Uses of Interface
com.azure.resourcemanager.msi.models.Identity.DefinitionStages.WithCreate
Packages that use Identity.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ManagedServiceIdentityClient.
-
Uses of Identity.DefinitionStages.WithCreate in com.azure.resourcemanager.msi.models
Subinterfaces of Identity.DefinitionStages.WithCreate in com.azure.resourcemanager.msi.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to identity.Methods in com.azure.resourcemanager.msi.models that return Identity.DefinitionStages.WithCreateModifier and TypeMethodDescriptionIdentity.DefinitionStages.WithAccess.withAccessTo(Resource resource, BuiltInRole role) Specifies that the identity should have the given access (described by the role) on an ARM resource.Identity.DefinitionStages.WithAccess.withAccessTo(Resource resource, String roleDefinitionId) Specifies that the identity should have the given access (described by the role definition) on an ARM resource.Identity.DefinitionStages.WithAccess.withAccessTo(String resourceId, BuiltInRole role) Specifies that the identity should have the given access (described by the role) on an ARM resource identified by the given resource id.Identity.DefinitionStages.WithAccess.withAccessTo(String resourceId, String roleDefinitionId) Specifies that the identity should have the given access (described by the role definition) on an ARM resource identified by the given resource id.Identity.DefinitionStages.WithAccess.withAccessToCurrentResourceGroup(BuiltInRole role) Specifies that the identity should have the given access (described by the role) on the resource group that identity resides.Identity.DefinitionStages.WithAccess.withAccessToCurrentResourceGroup(String roleDefinitionId) Specifies that the identity should have the given access (described by the role definition) on the resource group that identity resides.