@Beta(value=V1_5_0) public class ComputeResourceType extends com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<ComputeResourceType>
| Modifier and Type | Field and Description |
|---|---|
static ComputeResourceType |
AVAILABILITYSETS
Static value availabilitySets for ComputeResourceType.
|
static ComputeResourceType |
DISKS
Static value disks for ComputeResourceType.
|
static ComputeResourceType |
SNAPSHOTS
Static value snapshots for ComputeResourceType.
|
static ComputeResourceType |
VIRTUALMACHINES
Static value virtualMachines for ComputeResourceType.
|
| Constructor and Description |
|---|
ComputeResourceType() |
| Modifier and Type | Method and Description |
|---|---|
static ComputeResourceType |
fromString(String str)
Finds or creates compute resource type based on the specified string.
|
static Collection<ComputeResourceType> |
values() |
public static final ComputeResourceType AVAILABILITYSETS
public static final ComputeResourceType DISKS
public static final ComputeResourceType SNAPSHOTS
public static final ComputeResourceType VIRTUALMACHINES
public static ComputeResourceType fromString(String str)
str - the compute resource type in string formatpublic static Collection<ComputeResourceType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/