Interface ApplicationGateway.UpdateStages.WithManagedServiceIdentity
-
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
- ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithManagedServiceIdentityThe stage of an application gateway update allowing to specify Managed Service Identities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGateway.UpdatewithIdentity(ManagedServiceIdentity identity)Specifies an identity to be associated with the application gateway.
-
-
-
Method Detail
-
withIdentity
ApplicationGateway.Update withIdentity(ManagedServiceIdentity identity)
Specifies an identity to be associated with the application gateway.- Parameters:
identity- the identity- Returns:
- the next stage of the update
-
-