ResourceZoneRedundantSetting 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 ResourceZoneRedundantSetting : IEquatable<Azure.ResourceManager.ResourceMover.Models.ResourceZoneRedundantSetting>
type ResourceZoneRedundantSetting = struct
Public Structure ResourceZoneRedundantSetting
Implements IEquatable(Of ResourceZoneRedundantSetting)
- Inheritance
-
ResourceZoneRedundantSetting
- Implements
Constructors
ResourceZoneRedundantSetting(String) |
Initializes a new instance of ResourceZoneRedundantSetting. |
Properties
Disable |
Disable. |
Enable |
Enable. |
Methods
Equals(ResourceZoneRedundantSetting) |
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(ResourceZoneRedundantSetting, ResourceZoneRedundantSetting) |
Determines if two ResourceZoneRedundantSetting values are the same. |
Implicit(String to ResourceZoneRedundantSetting) |
Converts a string to a ResourceZoneRedundantSetting. |
Inequality(ResourceZoneRedundantSetting, ResourceZoneRedundantSetting) |
Determines if two ResourceZoneRedundantSetting values are not the same. |
Applies to
Azure SDK for .NET