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.Subinterfaces with type arguments of type Identity.DefinitionStages.WithCreate in com.azure.resourcemanager.msi.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the identity definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.static interfaceThe stage of the identity definition allowing to specify the resource group.Methods in com.azure.resourcemanager.msi.models that return Identity.DefinitionStages.WithCreateModifier and TypeMethodDescriptionIdentity.DefinitionStages.WithAccess.withAccessTo(com.azure.resourcemanager.resources.fluentcore.arm.models.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(com.azure.resourcemanager.resources.fluentcore.arm.models.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.