Udostępnij przez


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

Name Description
ResourceZoneRedundantSetting(String)

Initializes a new instance of ResourceZoneRedundantSetting.

Properties

Name Description
Disable

Disable.

Enable

Enable.

Methods

Name Description
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

Name Description
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