Compartilhar via


CloudServiceSlotType Struct

Definition

Slot type for the cloud service. Possible values are

Production

Staging

If not specified, the default value is Production.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotTypeTypeConverter))]
public struct CloudServiceSlotType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotTypeTypeConverter))>]
type CloudServiceSlotType = struct
    interface IArgumentCompleter
Public Structure CloudServiceSlotType
Implements IArgumentCompleter, IEquatable(Of CloudServiceSlotType)
Inheritance
CloudServiceSlotType
Attributes
Implements

Fields

Production
Staging

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(CloudServiceSlotType)

Compares values of enum type CloudServiceSlotType

Equals(Object)

Compares values of enum type CloudServiceSlotType (override for Object)

GetHashCode()

Returns hashCode for enum CloudServiceSlotType

ToString()

Returns string representation for CloudServiceSlotType

Operators

Equality(CloudServiceSlotType, CloudServiceSlotType)

Overriding == operator for enum CloudServiceSlotType

Implicit(CloudServiceSlotType to String)

Implicit operator to convert CloudServiceSlotType to string

Implicit(String to CloudServiceSlotType)

Implicit operator to convert string to CloudServiceSlotType

Inequality(CloudServiceSlotType, CloudServiceSlotType)

Overriding != operator for enum CloudServiceSlotType

Applies to