IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT>.WithoutUserAssignedManagedServiceIdentity Method

Definition

Specifies that an user assigned identity associated with the web app should be removed.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithoutUserAssignedManagedServiceIdentity (string identityId);
abstract member WithoutUserAssignedManagedServiceIdentity : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithoutUserAssignedManagedServiceIdentity (identityId As String) As IUpdate(Of FluentT)

Parameters

identityId
String

ARM resource id of the identity.

Returns

Applies to