Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetIdentity |
VirtualMachineScaleSetUpdate.identity()
Get the identity of the virtual machine scale set, if configured.
|
VirtualMachineScaleSetIdentity |
VirtualMachineScaleSetIdentity.withType(ResourceIdentityType type)
Set the type of identity used for the virtual machine scale set.
|
VirtualMachineScaleSetIdentity |
VirtualMachineScaleSetIdentity.withUserAssignedIdentities(Map<String,VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue> userAssignedIdentities)
Set 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 of the virtual machine scale set, if configured.
|
Copyright © 2019. All rights reserved.