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