Sdílet prostřednictvím


CrossRegionRestoreState Struct

Definition

CrossRegionRestore state.

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

Constructors

CrossRegionRestoreState(String)

Initializes a new instance of CrossRegionRestoreState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(CrossRegionRestoreState)

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

Determines if two CrossRegionRestoreState values are the same.

Implicit(String to CrossRegionRestoreState)

Converts a string to a CrossRegionRestoreState.

Inequality(CrossRegionRestoreState, CrossRegionRestoreState)

Determines if two CrossRegionRestoreState values are not the same.

Applies to