ContainerServiceResourceTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. ContainerServiceResourceTypes
- com.
- com.
public class ContainerServiceResourceTypes
extends ExpandableStringEnum<ContainerServiceResourceTypes>
Defines values for resource types from container service.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Container |
MANAGED_CLUSTERS
Static value managed |
Constructor Summary
| Constructor | Description |
|---|---|
| ContainerServiceResourceTypes() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Container |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Container |
fromString(String name)
Creates or finds a Container |
|
static
Collection<Container |
values()
Gets known Extended |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MANAGED_CLUSTERS
public static final ContainerServiceResourceTypes MANAGED_CLUSTERS
Static value managedClusters for ContainerServiceResourceTypes.
Constructor Details
ContainerServiceResourceTypes
@Deprecated
public ContainerServiceResourceTypes()
Deprecated
Creates a new instance of ContainerServiceResourceTypes value.
Method Details
fromString
public static ContainerServiceResourceTypes fromString(String name)
Creates or finds a ContainerServiceResourceTypes from its string representation.
Parameters:
Returns:
values
public static Collection<ContainerServiceResourceTypes> values()
Gets known ExtendedLocationTypes values.
Returns: