@Beta(value=V1_5_0) 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, applyAsync, applyAsync
key
withoutTag, withTag, withTags
withNewDataDisk, withNewDataDisk, withNewDataDisk, withoutDataDisk
withSku, withSku
withAdditionalCapabilities
withCapacity
withoutSecrets, withSecrets
defineNewExtension, updateExtension, withoutExtension
withoutPrimaryInternalLoadBalancer, withoutPrimaryInternetFacingLoadBalancer
withoutPrimaryInternalLoadBalancerBackends, withoutPrimaryInternetFacingLoadBalancerBackends
withoutPrimaryInternalLoadBalancerNatPools, withoutPrimaryInternetFacingLoadBalancerNatPools
withoutSystemAssignedManagedServiceIdentity, withSystemAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity, withoutUserAssignedManagedServiceIdentity
withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withoutBootDiagnostics
withAvailabilityZone
withVirtualMachinePublicIp, withVirtualMachinePublicIp, withVirtualMachinePublicIp
withAcceleratedNetworking, withoutAcceleratedNetworking
withIpForwarding, withoutIpForwarding
withExistingNetworkSecurityGroup, withExistingNetworkSecurityGroupId, withoutNetworkSecurityGroup
withoutSinglePlacementGroup, withSinglePlacementGroup
withExistingApplicationGatewayBackendPool, withoutApplicationGatewayBackendPool
withExistingApplicationSecurityGroup, withExistingApplicationSecurityGroupId, withoutApplicationSecurityGroup
@Beta(value=V1_5_0) VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedIdentityBasedAccessTo(String resourceId, BuiltInRole role)
resourceId
- the ARM identifier of the resourcerole
- access role to assigned to the scale set local identity@Beta(value=V1_5_0) VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole role)
role
- access role to assigned to the scale set local identity@Beta(value=V1_5_0) VirtualMachineScaleSet.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 identity@Beta(value=V1_5_0) VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String roleDefinitionId)
roleDefinitionId
- access role definition to assigned to the scale set local identityCopyright © 2019. All rights reserved.