DeleteExistingPeering Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. DeleteExistingPeering
- com.
- com.
public final class DeleteExistingPeering
extends ExpandableStringEnum<DeleteExistingPeering>
Flag if need to remove current existing peerings.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Delete |
FALSE
Static value False for Delete |
static final
Delete |
TRUE
Static value True for Delete |
Constructor Summary
Constructor | Description |
---|---|
DeleteExistingPeering() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Delete |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Delete |
fromString(String name)
Creates or finds a Delete |
static
Collection<Delete |
values()
Gets known Delete |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final DeleteExistingPeering FALSE
Static value False for DeleteExistingPeering.
TRUE
public static final DeleteExistingPeering TRUE
Static value True for DeleteExistingPeering.
Constructor Details
DeleteExistingPeering
@Deprecated
public DeleteExistingPeering()
Deprecated
Creates a new instance of DeleteExistingPeering value.
Method Details
fromString
public static DeleteExistingPeering fromString(String name)
Creates or finds a DeleteExistingPeering from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DeleteExistingPeering values.
Returns:
Applies to
Azure SDK for Java