CloudServiceSlotType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. CloudServiceSlotType
- com.
- com.
public final class CloudServiceSlotType
extends ExpandableStringEnum<CloudServiceSlotType>
Slot type for the cloud service. Possible values are
**Production**
**Staging**
If not specified, the default value is Production.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Cloud |
PRODUCTION
Static value Production for Cloud |
static final
Cloud |
STAGING
Static value Staging for Cloud |
Constructor Summary
Constructor | Description |
---|---|
CloudServiceSlotType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Cloud |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Cloud |
fromString(String name)
Creates or finds a Cloud |
static
Collection<Cloud |
values()
Gets known Cloud |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PRODUCTION
public static final CloudServiceSlotType PRODUCTION
Static value Production for CloudServiceSlotType.
STAGING
public static final CloudServiceSlotType STAGING
Static value Staging for CloudServiceSlotType.
Constructor Details
CloudServiceSlotType
@Deprecated
public CloudServiceSlotType()
Deprecated
Creates a new instance of CloudServiceSlotType value.
Method Details
fromString
public static CloudServiceSlotType fromString(String name)
Creates or finds a CloudServiceSlotType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known CloudServiceSlotType values.
Returns:
Applies to
Azure SDK for Java