Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineIdentity |
VirtualMachineUpdate.identity()
Get the identity of the virtual machine, if configured.
|
VirtualMachineIdentity |
VirtualMachineIdentity.withType(ResourceIdentityType type)
Set the type of identity used for the virtual machine.
|
VirtualMachineIdentity |
VirtualMachineIdentity.withUserAssignedIdentities(Map<String,VirtualMachineIdentityUserAssignedIdentitiesValue> userAssignedIdentities)
Set the list of user identities associated with the Virtual Machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineUpdate |
VirtualMachineUpdate.withIdentity(VirtualMachineIdentity identity)
Set the identity of the virtual machine, if configured.
|
Copyright © 2019. All rights reserved.