Dela via


AvailabilityStrategy Struct

Definition

The availability strategy for the private cloud.

public readonly struct AvailabilityStrategy : IEquatable<Azure.ResourceManager.Avs.Models.AvailabilityStrategy>
type AvailabilityStrategy = struct
Public Structure AvailabilityStrategy
Implements IEquatable(Of AvailabilityStrategy)
Inheritance
AvailabilityStrategy
Implements

Constructors

AvailabilityStrategy(String)

Initializes a new instance of AvailabilityStrategy.

Properties

DualZone

DualZone.

SingleZone

SingleZone.

Methods

Equals(AvailabilityStrategy)

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(AvailabilityStrategy, AvailabilityStrategy)

Determines if two AvailabilityStrategy values are the same.

Implicit(String to AvailabilityStrategy)

Converts a string to a AvailabilityStrategy.

Inequality(AvailabilityStrategy, AvailabilityStrategy)

Determines if two AvailabilityStrategy values are not the same.

Applies to