Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate
Packages that use WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceWebAppBase.Definition<FluentT>The entirety of the web app base definition.Methods in com.azure.resourcemanager.appservice.models that return WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreateModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate.withExistingUserAssignedManagedServiceIdentity(Identity identity) Specifies an existing user assigned identity to be associated with the web app.WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate.withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the web app.WebAppBase.DefinitionStages.WithManagedServiceIdentity.withUserAssignedManagedServiceIdentity()Specifies that User Assigned Managed Service Identity needs to be enabled in the web app.