public final class ForceDeletionResourceType extends com.microsoft.rest.ExpandableStringEnum<ForceDeletionResourceType>
| Modifier and Type | Field and Description |
|---|---|
static ForceDeletionResourceType |
VIRTUAL_MACHINE_SCALE_SETS
Static value Microsoft.Compute/virtualMachineScaleSets for ForceDeletionResourceType.
|
static ForceDeletionResourceType |
VIRTUAL_MACHINES
Static value Microsoft.Compute/virtualMachines for ForceDeletionResourceType.
|
| Constructor and Description |
|---|
ForceDeletionResourceType() |
| Modifier and Type | Method and Description |
|---|---|
static ForceDeletionResourceType |
fromString(String name)
Creates or finds a ForceDeletionResourceType from its string representation.
|
static Collection<ForceDeletionResourceType> |
values() |
public static final ForceDeletionResourceType VIRTUAL_MACHINES
public static final ForceDeletionResourceType VIRTUAL_MACHINE_SCALE_SETS
public static ForceDeletionResourceType fromString(String name)
name - a name to look forpublic static Collection<ForceDeletionResourceType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/