@Beta(value=V1_5_0) public static interface VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate extends VirtualMachineScaleSet.DefinitionStages.WithCreate
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate |
withSystemAssignedIdentityBasedAccessTo(String resourceId,
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(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.
|
create, createAsync, createAsync
key
name
withOSDiskCaching, withOSDiskName
withComputerNamePrefix
withCapacity
withUpgradeMode
withoutOverProvisioning, withOverProvision, withOverProvisioning
withExistingStorageAccount, withNewStorageAccount, withNewStorageAccount
withCustomData
defineNewExtension
withSystemAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity
withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnostics
withLowPriorityVirtualMachine, withLowPriorityVirtualMachine, withVirtualMachinePriority
withVirtualMachinePublicIp, withVirtualMachinePublicIp, withVirtualMachinePublicIp
withAcceleratedNetworking, withoutAcceleratedNetworking
withIpForwarding, withoutIpForwarding
withExistingNetworkSecurityGroup, withExistingNetworkSecurityGroupId
withoutSinglePlacementGroup, withSinglePlacementGroup
withExistingApplicationGatewayBackendPool
withExistingApplicationSecurityGroup, withExistingApplicationSecurityGroupId
withSecrets
withTag, withTags
@Beta(value=V1_5_0) VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate 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.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole role)
role
- access role to assigned to the scale set local identity@Beta(value=V1_5_0) VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate 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.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String roleDefinitionId)
roleDefinitionId
- access role definition to assigned to the scale set local identityCopyright © 2019. All rights reserved.