Share via


CloudServiceSlotType Struct

Definition

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