Share via


CentralServerVirtualMachineType Struct

Definition

Defines the type of central server VM.

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

Fields

Ascs
Ers
ErsInactive
Primary
Secondary
Standby
Unknown

Methods

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

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

Equals(CentralServerVirtualMachineType)

Compares values of enum type CentralServerVirtualMachineType

Equals(Object)

Compares values of enum type CentralServerVirtualMachineType (override for Object)

GetHashCode()

Returns hashCode for enum CentralServerVirtualMachineType

ToString()

Returns string representation for CentralServerVirtualMachineType

Operators

Equality(CentralServerVirtualMachineType, CentralServerVirtualMachineType)

Overriding == operator for enum CentralServerVirtualMachineType

Implicit(CentralServerVirtualMachineType to String)

Implicit operator to convert CentralServerVirtualMachineType to string

Implicit(String to CentralServerVirtualMachineType)

Implicit operator to convert string to CentralServerVirtualMachineType

Inequality(CentralServerVirtualMachineType, CentralServerVirtualMachineType)

Overriding != operator for enum CentralServerVirtualMachineType

Applies to