Udostępnij przez


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

Name Description
CrossRegionRestoreState(String)

Initializes a new instance of CrossRegionRestoreState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

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

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