SqlAvailabilityZoneType 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.
Specifies the availability zone the pool's primary replica is pinned to.
public readonly struct SqlAvailabilityZoneType : IEquatable<Azure.ResourceManager.Sql.Models.SqlAvailabilityZoneType>
type SqlAvailabilityZoneType = struct
Public Structure SqlAvailabilityZoneType
Implements IEquatable(Of SqlAvailabilityZoneType)
- Inheritance
-
SqlAvailabilityZoneType
- Implements
Constructors
SqlAvailabilityZoneType(String) |
Initializes a new instance of SqlAvailabilityZoneType. |
Properties
NoPreference |
NoPreference. |
One |
|
Three |
|
Two |
|
Methods
Equals(SqlAvailabilityZoneType) |
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(SqlAvailabilityZoneType, SqlAvailabilityZoneType) |
Determines if two SqlAvailabilityZoneType values are the same. |
Implicit(String to SqlAvailabilityZoneType) |
Converts a string to a SqlAvailabilityZoneType. |
Inequality(SqlAvailabilityZoneType, SqlAvailabilityZoneType) |
Determines if two SqlAvailabilityZoneType values are not the same. |
Applies to
Azure SDK for .NET