public static interface VirtualMachineScaleSet.DefinitionStages.WithUserAssignedManagedServiceIdentity
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withExistingUserAssignedManagedServiceIdentity(Identity identity)
Specifies an existing user assigned identity to be associated with the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual
machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
creatableIdentity - a creatable identity definitionVirtualMachineScaleSet.DefinitionStages.WithCreate withExistingUserAssignedManagedServiceIdentity(Identity identity)
identity - the identityCopyright © 2020 Microsoft Corporation. All rights reserved.