IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT> Interface

Definition

The stage of the web app update allowing to add User Assigned (External) Managed Service Identities.

public interface IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT>
type IWithUserAssignedManagedServiceIdentityBasedAccess<'FluentT> = interface
Public Interface IWithUserAssignedManagedServiceIdentityBasedAccess(Of FluentT)

Type Parameters

FluentT
Derived

Methods

WithExistingUserAssignedManagedServiceIdentity(IIdentity)

Specifies an existing user assigned identity to be associated with the web app.

WithNewUserAssignedManagedServiceIdentity(ICreatable<IIdentity>)

Specifies the definition of a not-yet-created user assigned identity to be associated with the web app.

WithoutUserAssignedManagedServiceIdentity(String)

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

Applies to