Sdílet prostřednictvím


ZoneRedundant Struct

Definition

Defines the zone redundant resource setting.

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

Constructors

ZoneRedundant(String)

Initializes a new instance of ZoneRedundant.

Properties

Disable

Disable.

Enable

Enable.

Methods

Equals(ZoneRedundant)

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

Determines if two ZoneRedundant values are the same.

Implicit(String to ZoneRedundant)

Converts a string to a ZoneRedundant.

Inequality(ZoneRedundant, ZoneRedundant)

Determines if two ZoneRedundant values are not the same.

Applies to