ZoneRedundant 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.
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
| Name | Description |
|---|---|
| ZoneRedundant(String) |
Initializes a new instance of ZoneRedundant. |
Properties
| Name | Description |
|---|---|
| Disable |
Disable. |
| Enable |
Enable. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |