| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceIdentityType |
ResourceIdentityType.fromString(String value)
Parses a serialized value to a ResourceIdentityType instance.
|
ResourceIdentityType |
VirtualMachine.managedServiceIdentityType() |
ResourceIdentityType |
VirtualMachineScaleSet.managedServiceIdentityType() |
ResourceIdentityType |
VirtualMachineIdentity.type()
Get the type property: The type of identity used for the virtual machine.
|
ResourceIdentityType |
VirtualMachineScaleSetIdentity.type()
Get the type property: The type of identity used for the virtual machine scale set.
|
static ResourceIdentityType |
ResourceIdentityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceIdentityType[] |
ResourceIdentityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineIdentity |
VirtualMachineIdentity.withType(ResourceIdentityType type)
Set the type property: The type of identity used for the virtual machine.
|
VirtualMachineScaleSetIdentity |
VirtualMachineScaleSetIdentity.withType(ResourceIdentityType type)
Set the type property: The type of identity used for the virtual machine scale set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.