Udostępnij za pośrednictwem


CentralServerVirtualMachineType Struct

Definition

Defines the type of central server VM.

public readonly struct CentralServerVirtualMachineType : IEquatable<Azure.ResourceManager.Workloads.Models.CentralServerVirtualMachineType>
type CentralServerVirtualMachineType = struct
Public Structure CentralServerVirtualMachineType
Implements IEquatable(Of CentralServerVirtualMachineType)
Inheritance
CentralServerVirtualMachineType
Implements

Constructors

CentralServerVirtualMachineType(String)

Initializes a new instance of CentralServerVirtualMachineType.

Properties

Ascs

ASCS.

Ers

ERS.

ErsInactive

ERSInactive.

Primary

Primary.

Secondary

Secondary.

Standby

Standby.

Unknown

Unknown.

Methods

Equals(CentralServerVirtualMachineType)

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(CentralServerVirtualMachineType, CentralServerVirtualMachineType)

Determines if two CentralServerVirtualMachineType values are the same.

Implicit(String to CentralServerVirtualMachineType)

Converts a string to a CentralServerVirtualMachineType.

Inequality(CentralServerVirtualMachineType, CentralServerVirtualMachineType)

Determines if two CentralServerVirtualMachineType values are not the same.

Applies to