SapHighAvailabilityType 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.
The high availability type (AvailabilitySet or AvailabilityZone).
public readonly struct SapHighAvailabilityType : IEquatable<Azure.ResourceManager.Workloads.Models.SapHighAvailabilityType>
type SapHighAvailabilityType = struct
Public Structure SapHighAvailabilityType
Implements IEquatable(Of SapHighAvailabilityType)
- Inheritance
-
SapHighAvailabilityType
- Implements
Constructors
SapHighAvailabilityType(String) |
Initializes a new instance of SapHighAvailabilityType. |
Properties
AvailabilitySet |
AvailabilitySet. |
AvailabilityZone |
AvailabilityZone. |
Methods
Equals(SapHighAvailabilityType) |
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(SapHighAvailabilityType, SapHighAvailabilityType) |
Determines if two SapHighAvailabilityType values are the same. |
Implicit(String to SapHighAvailabilityType) |
Converts a string to a SapHighAvailabilityType. |
Inequality(SapHighAvailabilityType, SapHighAvailabilityType) |
Determines if two SapHighAvailabilityType values are not the same. |
Applies to
Azure SDK for .NET