Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
Packages that use VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreateModifier and TypeMethodDescriptionVirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessTo(String resourceId, com.azure.resourcemanager.authorization.models.BuiltInRole role) Specifies that virtual machine scale set's system assigned (local) identity should have the given access (described by the role) on an ARM resource identified by the resource ID.VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessTo(String resourceId, String roleDefinitionId) Specifies that virtual machine scale set's system assigned (local) identity should have the access (described by the role definition) on an ARM resource identified by the resource ID.VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(com.azure.resourcemanager.authorization.models.BuiltInRole role) Specifies that virtual machine scale set's local identity should have the given access (described by the role) on the resource group that virtual machine resides.VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String roleDefinitionId) Specifies that virtual machine scale set's system assigned (local) identity should have the access (described by the role definition) on the resource group that virtual machine resides.VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()Specifies that System Assigned (Local) Managed Service Identity needs to be enabled in the virtual machine scale set.