ApplicationServerVirtualMachineType 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 application server VM.
public readonly struct ApplicationServerVirtualMachineType : IEquatable<Azure.ResourceManager.Workloads.Models.ApplicationServerVirtualMachineType>
type ApplicationServerVirtualMachineType = struct
Public Structure ApplicationServerVirtualMachineType
Implements IEquatable(Of ApplicationServerVirtualMachineType)
- Inheritance
-
ApplicationServerVirtualMachineType
- Implements
Constructors
ApplicationServerVirtualMachineType(String) |
Initializes a new instance of ApplicationServerVirtualMachineType. |
Properties
Active |
Active. |
Standby |
Standby. |
Unknown |
Unknown. |
Methods
Equals(ApplicationServerVirtualMachineType) |
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(ApplicationServerVirtualMachineType, ApplicationServerVirtualMachineType) |
Determines if two ApplicationServerVirtualMachineType values are the same. |
Implicit(String to ApplicationServerVirtualMachineType) |
Converts a string to a ApplicationServerVirtualMachineType. |
Inequality(ApplicationServerVirtualMachineType, ApplicationServerVirtualMachineType) |
Determines if two ApplicationServerVirtualMachineType values are not the same. |
Applies to
Azure SDK for .NET