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