CrossSubscriptionRestoreState 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.
CrossSubscriptionRestore state
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreStateTypeConverter))]
public struct CrossSubscriptionRestoreState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreStateTypeConverter))>]
type CrossSubscriptionRestoreState = struct
interface IArgumentCompleter
Public Structure CrossSubscriptionRestoreState
Implements IArgumentCompleter, IEquatable(Of CrossSubscriptionRestoreState)
- Inheritance
-
CrossSubscriptionRestoreState
- Attributes
- Implements
Fields
Disabled | |
Enabled | |
PermanentlyDisabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(CrossSubscriptionRestoreState) |
Compares values of enum type CrossSubscriptionRestoreState |
Equals(Object) |
Compares values of enum type CrossSubscriptionRestoreState (override for Object) |
GetHashCode() |
Returns hashCode for enum CrossSubscriptionRestoreState |
ToString() |
Returns string representation for CrossSubscriptionRestoreState |
Operators
Equality(CrossSubscriptionRestoreState, CrossSubscriptionRestoreState) |
Overriding == operator for enum CrossSubscriptionRestoreState |
Implicit(CrossSubscriptionRestoreState to String) |
Implicit operator to convert CrossSubscriptionRestoreState to string |
Implicit(String to CrossSubscriptionRestoreState) |
Implicit operator to convert string to CrossSubscriptionRestoreState |
Inequality(CrossSubscriptionRestoreState, CrossSubscriptionRestoreState) |
Overriding != operator for enum CrossSubscriptionRestoreState |