Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate 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.WithSystemAssignedIdentityBasedAccessOrCreateModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessTo(String resourceId, com.azure.resourcemanager.authorization.models.BuiltInRole role) Specifies that web app's system assigned (local) identity should have the given access (described by the role) on an ARM resource identified by the resource ID.WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessTo(String resourceId, String roleDefinitionId) Specifies that web app's system assigned (local) identity should have the access (described by the role definition) on an ARM resource identified by the resource ID.WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(com.azure.resourcemanager.authorization.models.BuiltInRole role) Specifies that web app's system assigned (local) identity should have the given access (described by the role) on the resource group that web app resides.WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String roleDefinitionId) Specifies that web app's system assigned (local) identity should have the access (described by the role definition) on the resource group that web app resides.WebAppBase.DefinitionStages.WithManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()Specifies that System Assigned Managed Service Identity needs to be enabled in the web app.