ComputeResourceType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. ComputeResourceType
- com.
- com.
public class ComputeResourceType
extends ExpandableStringEnum<ComputeResourceType>
Compute resource types.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Compute |
AVAILABILITYSETS
Static value availability |
static final
Compute |
DISKS
Static value disks for Compute |
static final
Compute |
SNAPSHOTS
Static value snapshots for Compute |
static final
Compute |
VIRTUALMACHINES
Static value virtual |
Constructor Summary
Constructor | Description | |
---|---|---|
ComputeResourceType() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Compute |
fromString(String str)
Finds or creates compute resource type based on the specified string. |
static
Collection<Compute |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AVAILABILITYSETS
public static final ComputeResourceType AVAILABILITYSETS
Static value availabilitySets for ComputeResourceType.
DISKS
public static final ComputeResourceType DISKS
Static value disks for ComputeResourceType.
SNAPSHOTS
public static final ComputeResourceType SNAPSHOTS
Static value snapshots for ComputeResourceType.
VIRTUALMACHINES
public static final ComputeResourceType VIRTUALMACHINES
Static value virtualMachines for ComputeResourceType.
Constructor Details
ComputeResourceType
public ComputeResourceType()
Method Details
fromString
public static ComputeResourceType fromString(String str)
Finds or creates compute resource type based on the specified string.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java