CloudServiceSlotType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public readonly struct CloudServiceSlotType : IEquatable<Azure.ResourceManager.Compute.Models.CloudServiceSlotType>
type CloudServiceSlotType = struct
Public Structure CloudServiceSlotType
Implements IEquatable(Of CloudServiceSlotType)
- Inheritance
-
CloudServiceSlotType
- Implements
Constructors
CloudServiceSlotType(String) |
Initializes a new instance of CloudServiceSlotType. |
Properties
Production |
Production. |
Staging |
Staging. |
Methods
Equals(CloudServiceSlotType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(CloudServiceSlotType, CloudServiceSlotType) |
Determines if two CloudServiceSlotType values are the same. |
Implicit(String to CloudServiceSlotType) |
Converts a String to a CloudServiceSlotType. |
Inequality(CloudServiceSlotType, CloudServiceSlotType) |
Determines if two CloudServiceSlotType values are not the same. |
Applies to
Azure SDK for .NET