DiskType Struct

Definition

The disk type of rack SKU resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.DiskTypeTypeConverter))]
public struct DiskType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.DiskType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.DiskTypeTypeConverter))>]
type DiskType = struct
    interface IArgumentCompleter
Public Structure DiskType
Implements IArgumentCompleter, IEquatable(Of DiskType)
Inheritance
DiskType
Attributes
Implements

Fields

Hdd
Ssd

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DiskType)

Compares values of enum type DiskType

Equals(Object)

Compares values of enum type DiskType (override for Object)

GetHashCode()

Returns hashCode for enum DiskType

ToString()

Returns string representation for DiskType

Operators

Equality(DiskType, DiskType)

Overriding == operator for enum DiskType

Implicit(DiskType to String)

Implicit operator to convert DiskType to string

Implicit(String to DiskType)

Implicit operator to convert string to DiskType

Inequality(DiskType, DiskType)

Overriding != operator for enum DiskType

Applies to