Compartir a través de


IWithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>.WithoutUserAssignedManagedServiceIdentity Método

Definición

Especifica que se debe quitar una identidad asignada por el usuario asociada a la aplicación web.

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)

Parámetros

identityId
String

Identificador de recurso de ARM de la identidad.

Devoluciones

Se aplica a