Uses of Interface
com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate
-
-
Uses of WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate in com.microsoft.azure.management.appservice
Subinterfaces of WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceWebAppBase.Definition<FluentT>The entirety of the web app base definition.Methods in com.microsoft.azure.management.appservice that return WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate Modifier and Type Method Description WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate. withExistingUserAssignedManagedServiceIdentity(com.microsoft.azure.management.msi.Identity identity)Specifies an existing user assigned identity to be associated with the web app.WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate. withNewUserAssignedManagedServiceIdentity(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.msi.Identity> creatableIdentity)Specifies the definition of a not-yet-created user assigned identity to be associated with the web app.WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>WebAppBase.DefinitionStages.WithManagedServiceIdentity. withUserAssignedManagedServiceIdentity()Specifies that User Assigned Managed Service Identity needs to be enabled in the web app.
-