public static interface VirtualMachine.UpdateStages.WithUserAssignedManagedServiceIdentity
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.Update |
withExistingUserAssignedManagedServiceIdentity(Identity identity)
Specifies an existing user assigned identity to be associated with the virtual machine.
|
VirtualMachine.Update |
withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual
machine.
|
VirtualMachine.Update |
withoutUserAssignedManagedServiceIdentity(String identityId)
Specifies that an user assigned identity associated with the virtual machine should be removed.
|
VirtualMachine.Update withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
creatableIdentity - a creatable identity definitionVirtualMachine.Update withExistingUserAssignedManagedServiceIdentity(Identity identity)
identity - the identityVirtualMachine.Update withoutUserAssignedManagedServiceIdentity(String identityId)
identityId - ARM resource id of the identityCopyright © 2020 Microsoft Corporation. All rights reserved.