Share via


IWithReplyUrl.WithoutReplyUrl(String) Method

Definition

Removes a reply URL.

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate WithoutReplyUrl (string replyUrl);
abstract member WithoutReplyUrl : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate
Public Function WithoutReplyUrl (replyUrl As String) As IUpdate

Parameters

replyUrl
String

The reply URL to remove.

Returns

Applies to