Share via


ResourceZoneRedundantSetting Struct

Definition

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