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 |
---|---|
VirtualMachineScaleSetIdentity |
VirtualMachineScaleSetInner.identity()
Get the identity property: The identity of the virtual machine scale set, if configured.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetInner |
VirtualMachineScaleSetInner.withIdentity(VirtualMachineScaleSetIdentity identity)
Set the identity property: The identity of the virtual machine scale set, if configured.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetIdentity |
VirtualMachineScaleSetUpdate.identity()
Get the identity property: The identity of the virtual machine scale set, if configured.
|
VirtualMachineScaleSetIdentity |
VirtualMachineScaleSetIdentity.withType(ResourceIdentityType type)
Set the type property: The type of identity used for the virtual machine scale set.
|
VirtualMachineScaleSetIdentity |
VirtualMachineScaleSetIdentity.withUserAssignedIdentities(Map<String,VirtualMachineScaleSetIdentityUserAssignedIdentities> userAssignedIdentities)
Set the userAssignedIdentities property: The list of user identities associated with the virtual machine scale
set.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withIdentity(VirtualMachineScaleSetIdentity identity)
Set the identity property: The identity of the virtual machine scale set, if configured.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.