CrossRegionRestoreState 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.
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
Azure SDK for .NET