Freigeben über


ForceDeletionResourceType Klasse

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.resources.ForceDeletionResourceType

public final class ForceDeletionResourceType
extends com.microsoft.rest.ExpandableStringEnum<ForceDeletionResourceType>

Ressourcentyp zum Erzwingen des Löschens.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
static final ForceDeletionResourceType VIRTUAL_MACHINES

Statischer Wert Microsoft.Compute-/virtuelleComputer zum Erzwingendes Löschungsressourcentyps.

static final ForceDeletionResourceType VIRTUAL_MACHINE_SCALE_SETS

Statischer Wert Microsoft.Compute-/VM-Skalierungsgruppen zum Erzwingendes Löschungsressourcentyps.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
ForceDeletionResourceType()

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
static ForceDeletionResourceType fromString(String name)

Erstellt oder findet einen Ressourcentyperzwingenaus seiner Zeichenfolgendarstellung.

static java.util.Collection<ForceDeletionResourceType> values()

Geerbte Methoden von com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Geerbte Methoden von java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Felddetails

VIRTUAL_MACHINES

public static final ForceDeletionResourceType VIRTUAL_MACHINES

Statischer Wert Microsoft.Compute/virtualMachines für ForceDeletionResourceType.

VIRTUAL_MACHINE_SCALE_SETS

public static final ForceDeletionResourceType VIRTUAL_MACHINE_SCALE_SETS

Statischer Wert Microsoft.Compute/virtualMachineScaleSets für ForceDeletionResourceType.

Details zum Konstruktor

ForceDeletionResourceType

public ForceDeletionResourceType()

Details zur Methode

fromString

public static ForceDeletionResourceType fromString(String name)

Erstellt oder sucht einen ForceDeletionResourceType aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

den entsprechenden ForceDeletionResourceType

values

public static Collection values()

Returns:

bekannte ForceDeletionResourceType-Werte

Gilt für: