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