public static interface VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply extends VirtualMachineScaleSet.UpdateStages.WithApply
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
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.
|
apply, applyAsyncwithoutTag, withTag, withTagswithNewDataDisk, withNewDataDisk, withNewDataDisk, withoutDataDiskwithSku, withSkuwithAdditionalCapabilitieswithCapacitywithCustomDatawithoutSecrets, withSecretsdefineNewExtension, updateExtension, withoutExtensionwithoutPrimaryInternalLoadBalancer, withoutPrimaryInternetFacingLoadBalancerwithoutPrimaryInternalLoadBalancerBackends, withoutPrimaryInternetFacingLoadBalancerBackendswithoutPrimaryInternalLoadBalancerNatPools, withoutPrimaryInternetFacingLoadBalancerNatPoolswithoutSystemAssignedManagedServiceIdentity, withSystemAssignedManagedServiceIdentitywithExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity, withoutUserAssignedManagedServiceIdentitywithBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withoutBootDiagnosticswithMaxPricewithAvailabilityZonewithVirtualMachinePublicIp, withVirtualMachinePublicIp, withVirtualMachinePublicIpwithAcceleratedNetworking, withoutAcceleratedNetworkingwithIpForwarding, withoutIpForwardingwithExistingNetworkSecurityGroup, withExistingNetworkSecurityGroupId, withoutNetworkSecurityGroupwithoutSinglePlacementGroup, withSinglePlacementGroupwithExistingApplicationGatewayBackendPool, withoutApplicationGatewayBackendPoolwithExistingApplicationSecurityGroup, withExistingApplicationSecurityGroupId, withoutApplicationSecurityGroupVirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedIdentityBasedAccessTo(String resourceId, BuiltInRole role)
resourceId - the ARM identifier of the resourcerole - access role to assigned to the scale set local identityVirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole role)
role - access role to assigned to the scale set local identityVirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedIdentityBasedAccessTo(String resourceId, String roleDefinitionId)
resourceId - scope of the access represented in ARM resource ID formatroleDefinitionId - access role definition to assigned to the scale set local identityVirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String roleDefinitionId)
roleDefinitionId - access role definition to assigned to the scale set local identityCopyright © 2020 Microsoft Corporation. All rights reserved.