CentralServerVirtualMachineType Struct

Definition

Defines the type of central server VM.

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

Constructors

Name Description
CentralServerVirtualMachineType(String)

Initializes a new instance of CentralServerVirtualMachineType.

Properties

Name Description
Ascs

ASCS Central server vm type.

Ers

ERS Central server vm type.

ErsInactive

ERSInactive Central server vm type.

Primary

Primary central server vm.

Secondary

Secondary central server vm.

Standby

Standby Central server vm type.

Unknown

Central server vm type unknown.

Methods

Name Description
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

Name Description
Equality(CentralServerVirtualMachineType, CentralServerVirtualMachineType)

Determines if two CentralServerVirtualMachineType values are the same.

Implicit(String to CentralServerVirtualMachineType)

Converts a string to a CentralServerVirtualMachineType.

Implicit(String to Nullable<CentralServerVirtualMachineType>)
Inequality(CentralServerVirtualMachineType, CentralServerVirtualMachineType)

Determines if two CentralServerVirtualMachineType values are not the same.

Applies to