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