Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineIdentity |
VirtualMachineUpdateInner.identity()
Get the identity property: The identity of the virtual machine, if configured.
|
VirtualMachineIdentity |
VirtualMachineInner.identity()
Get the identity property: The identity of the virtual machine, if configured.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineUpdateInner |
VirtualMachineUpdateInner.withIdentity(VirtualMachineIdentity identity)
Set the identity property: The identity of the virtual machine, if configured.
|
VirtualMachineInner |
VirtualMachineInner.withIdentity(VirtualMachineIdentity identity)
Set the identity property: The identity of the virtual machine, if configured.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineIdentity |
VirtualMachineIdentity.withType(ResourceIdentityType type)
Set the type property: The type of identity used for the virtual machine.
|
VirtualMachineIdentity |
VirtualMachineIdentity.withUserAssignedIdentities(Map<String,VirtualMachineIdentityUserAssignedIdentities> userAssignedIdentities)
Set the userAssignedIdentities property: The list of user identities associated with the Virtual Machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.