Class CloudServiceSlotType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CloudServiceSlotType>
com.azure.resourcemanager.compute.models.CloudServiceSlotType
public final class CloudServiceSlotType
extends com.azure.core.util.ExpandableStringEnum<CloudServiceSlotType>
Slot type for the cloud service.
Possible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />
If not specified, the default value is Production.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CloudServiceSlotTypeStatic value Production for CloudServiceSlotType.static final CloudServiceSlotTypeStatic value Staging for CloudServiceSlotType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CloudServiceSlotTypefromString(String name) Creates or finds a CloudServiceSlotType from its string representation.static Collection<CloudServiceSlotType>values()Gets known CloudServiceSlotType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PRODUCTION
Static value Production for CloudServiceSlotType. -
STAGING
Static value Staging for CloudServiceSlotType.
-
-
Constructor Details
-
CloudServiceSlotType
Deprecated.Use thefromString(String)factory method.Creates a new instance of CloudServiceSlotType value.
-
-
Method Details
-
fromString
Creates or finds a CloudServiceSlotType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CloudServiceSlotType.
-
values
Gets known CloudServiceSlotType values.- Returns:
- known CloudServiceSlotType values.
-
fromString(String)factory method.