@Beta(value=V1_5_1)
public static interface VirtualMachine.DefinitionStages.WithUserAssignedManagedServiceIdentity
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithCreate |
withExistingUserAssignedManagedServiceIdentity(Identity identity)
Specifies an existing user assigned identity to be associated with the virtual machine.
|
VirtualMachine.DefinitionStages.WithCreate |
withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual machine.
|
@Beta(value=V1_5_1) VirtualMachine.DefinitionStages.WithCreate withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
creatableIdentity
- a creatable identity definition@Beta(value=V1_5_1) VirtualMachine.DefinitionStages.WithCreate withExistingUserAssignedManagedServiceIdentity(Identity identity)
identity
- the identityCopyright © 2019. All rights reserved.