| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply |
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedManagedServiceIdentity.withoutSystemAssignedManagedServiceIdentity()
Specifies that System assigned (Local) Managed Service Identity needs to be disabled in the virtual
machine scale set.
|
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply |
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply.withSystemAssignedIdentityBasedAccessTo(String resourceId,
BuiltInRole role)
Specifies that virtual machine's system assigned (local) identity should have the given access (described
by the role) on an ARM resource identified by the resource ID.
|
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply |
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply.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.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply |
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole role)
Specifies that virtual machine scale set's system assigned (local) identity should have the given access
(described by the role) on the resource group that virtual machine resides.
|
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply |
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply.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.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply |
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()
Specifies that System assigned (Local) Managed Service Identity needs to be enabled in the virtual
machine scale set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.