IsHighlyAvailable 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.
Gets highly available property.
public readonly struct IsHighlyAvailable : IEquatable<Azure.ResourceManager.ScVmm.Models.IsHighlyAvailable>
type IsHighlyAvailable = struct
Public Structure IsHighlyAvailable
Implements IEquatable(Of IsHighlyAvailable)
- Inheritance
-
IsHighlyAvailable
- Implements
Constructors
| Name | Description |
|---|---|
| IsHighlyAvailable(String) |
Initializes a new instance of IsHighlyAvailable. |
Properties
| Name | Description |
|---|---|
| False |
false. |
| True |
true. |
Methods
| Name | Description |
|---|---|
| Equals(IsHighlyAvailable) |
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(IsHighlyAvailable, IsHighlyAvailable) |
Determines if two IsHighlyAvailable values are the same. |
| Implicit(String to IsHighlyAvailable) |
Converts a String to a IsHighlyAvailable. |
| Inequality(IsHighlyAvailable, IsHighlyAvailable) |
Determines if two IsHighlyAvailable values are not the same. |