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.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
Azure SDK for .NET