Class ComputeResourceType
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<ComputeResourceType>
com.microsoft.azure.management.compute.ComputeResourceType
Compute resource types.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ComputeResourceType
Static value availabilitySets for ComputeResourceType.static final ComputeResourceType
Static value disks for ComputeResourceType.static final ComputeResourceType
Static value snapshots for ComputeResourceType.static final ComputeResourceType
Static value virtualMachines for ComputeResourceType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComputeResourceType
fromString
(String str) Finds or creates compute resource type based on the specified string.static Collection<ComputeResourceType>
values()
Methods inherited from class com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
AVAILABILITYSETS
Static value availabilitySets for ComputeResourceType. -
DISKS
Static value disks for ComputeResourceType. -
SNAPSHOTS
Static value snapshots for ComputeResourceType. -
VIRTUALMACHINES
Static value virtualMachines for ComputeResourceType.
-
-
Constructor Details
-
ComputeResourceType
public ComputeResourceType()
-
-
Method Details
-
fromString
Finds or creates compute resource type based on the specified string.- Parameters:
str
- the compute resource type in string format- Returns:
- an instance of ComputeResourceType
-
values
- Returns:
- known compute resource types
-