WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess<FluentT> Interface

Type Parameters

FluentT

public static interface WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess

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

Method Summary

Modifier and Type Method and Description
abstract Update<FluentT> withExistingUserAssignedManagedServiceIdentity(Identity identity)

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

abstract Update<FluentT> withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)

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

Method Details

withExistingUserAssignedManagedServiceIdentity

public abstract WebAppBase.Update withExistingUserAssignedManagedServiceIdentity(Identity identity)

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

Parameters:

identity - the identity

Returns:

the next stage of the definition.

withNewUserAssignedManagedServiceIdentity

public abstract WebAppBase.Update withNewUserAssignedManagedServiceIdentity(Creatable creatableIdentity)

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

Parameters:

creatableIdentity - a creatable identity definition

Returns:

the next stage of the definition.

Applies to