AvailabilityProperties Class
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 properties describing private cloud availability zone distribution
public class AvailabilityProperties
type AvailabilityProperties = class
Public Class AvailabilityProperties
- Inheritance
-
AvailabilityProperties
Constructors
AvailabilityProperties() |
Initializes a new instance of the AvailabilityProperties class. |
AvailabilityProperties(String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the AvailabilityProperties class. |
Properties
SecondaryZone |
Gets or sets the secondary availability zone for the private cloud |
Strategy |
Gets or sets the availability strategy for the private cloud. Possible values include: 'SingleZone', 'DualZone' |
Zone |
Gets or sets the primary availability zone for the private cloud |
Applies to
Azure SDK for .NET