@Beta(value=V1_5_1)
public static interface VirtualMachineScaleSet.UpdateStages.WithUserAssignedManagedServiceIdentity
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.UpdateStages.WithApply |
withExistingUserAssignedManagedServiceIdentity(Identity identity)
Specifies an existing user assigned identity to be associated with the virtual machine.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
Specifies the definition of a not-yet-created user assigned identity to be associated
with the virtual machine.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutUserAssignedManagedServiceIdentity(String identityId)
Specifies that an user assigned identity associated with the virtual machine should be removed.
|
@Beta(value=V1_5_1) VirtualMachineScaleSet.UpdateStages.WithApply withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
creatableIdentity
- a creatable identity definition@Beta(value=V1_5_1) VirtualMachineScaleSet.UpdateStages.WithApply withExistingUserAssignedManagedServiceIdentity(Identity identity)
identity
- the identity@Beta(value=V1_5_1) VirtualMachineScaleSet.UpdateStages.WithApply withoutUserAssignedManagedServiceIdentity(String identityId)
identityId
- ARM resource id of the identityCopyright © 2019. All rights reserved.