Share via


ActiveDirectoryApplicationImpl.IWithCredential.WithoutCredentialByIdentifier Method

Definition

Removes a key.

Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate IWithCredential.WithoutCredentialByIdentifier (string keyIdentifier);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IWithCredential.WithoutCredentialByIdentifier : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IWithCredential.WithoutCredentialByIdentifier : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate
Function WithoutCredentialByIdentifier (keyIdentifier As String) As IUpdate Implements IWithCredential.WithoutCredentialByIdentifier

Parameters

keyIdentifier
String

The custom key identifier.

Returns

Implements

Applies to