@Beta(value=V1_5_1)
public static interface VirtualMachine.UpdateStages.WithUserAssignedManagedServiceIdentity
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.Update |
withExistingUserAssignedManagedServiceIdentity(com.microsoft.azure.management.msi.Identity identity)
Specifies an existing user assigned identity to be associated with the virtual machine.
|
VirtualMachine.Update |
withNewUserAssignedManagedServiceIdentity(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.msi.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.
|
@Beta(value=V1_5_1) VirtualMachine.Update withNewUserAssignedManagedServiceIdentity(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.msi.Identity> creatableIdentity)
creatableIdentity - a creatable identity definition@Beta(value=V1_5_1) VirtualMachine.Update withExistingUserAssignedManagedServiceIdentity(com.microsoft.azure.management.msi.Identity identity)
identity - the identity@Beta(value=V1_5_1) VirtualMachine.Update withoutUserAssignedManagedServiceIdentity(String identityId)
identityId - ARM resource id of the identity/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/