CentralServerVirtualMachineType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |