WebAppBase.DefinitionStages.WithManagedServiceIdentity<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public static interface WebAppBase.DefinitionStages.WithManagedServiceIdentity
A web app definition stage allowing System Assigned Managed Service Identity to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withSystemAssignedManagedServiceIdentity()
Specifies that System Assigned Managed Service Identity needs to be enabled in the web app. |
abstract
With |
withUserAssignedManagedServiceIdentity()
Specifies that User Assigned Managed Service Identity needs to be enabled in the web app. |
abstract Update<FluentT> |
withoutSystemAssignedManagedServiceIdentity()
Specifies that System Assigned (Local) Managed Service Identity needs to be disabled. |
Method Details
withSystemAssignedManagedServiceIdentity
public abstract WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
Specifies that System Assigned Managed Service Identity needs to be enabled in the web app.
Returns:
withUserAssignedManagedServiceIdentity
public abstract WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate
Specifies that User Assigned Managed Service Identity needs to be enabled in the web app.
Returns:
withoutSystemAssignedManagedServiceIdentity
public abstract WebAppBase.Update
Specifies that System Assigned (Local) Managed Service Identity needs to be disabled.
Returns:
Applies to
Azure SDK for Java