@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, createAsynckeynamewithOSDiskCaching, withOSDiskNamewithComputerNamePrefixwithCapacitywithUpgradeModewithoutOverProvisioning, withOverProvision, withOverProvisioningwithExistingStorageAccount, withNewStorageAccount, withNewStorageAccountwithCustomDatadefineNewExtensionwithSystemAssignedManagedServiceIdentitywithExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentitywithBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnosticswithLowPriorityVirtualMachine, withLowPriorityVirtualMachine, withVirtualMachinePrioritywithVirtualMachinePublicIp, withVirtualMachinePublicIp, withVirtualMachinePublicIpwithAcceleratedNetworking, withoutAcceleratedNetworkingwithIpForwarding, withoutIpForwardingwithExistingNetworkSecurityGroup, withExistingNetworkSecurityGroupIdwithoutSinglePlacementGroup, withSinglePlacementGroupwithExistingApplicationGatewayBackendPoolwithExistingApplicationSecurityGroup, withExistingApplicationSecurityGroupIdwithSecretswithTag, 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.