Share via


IWithIdentifierUrl.WithoutIdentifierUrl(String) Method

Definition

Removes an identifier URL from the application.

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

Parameters

identifierUrl
String

Identifier URI to remove.

Returns

Applies to