Udostępnij za pośrednictwem


DataAccountType Struct

Definition

Type of the account.

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

Fields

ManagedDisk

Azure Managed disk storage.

StorageAccount

Storage Accounts .

Methods

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

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

Equals(DataAccountType)

Compares values of enum type DataAccountType

Equals(Object)

Compares values of enum type DataAccountType (override for Object)

GetHashCode()

Returns hashCode for enum DataAccountType

ToString()

Returns string representation for DataAccountType

Operators

Equality(DataAccountType, DataAccountType)

Overriding == operator for enum DataAccountType

Implicit(DataAccountType to String)

Implicit operator to convert DataAccountType to string

Implicit(String to DataAccountType)

Implicit operator to convert string to DataAccountType

Inequality(DataAccountType, DataAccountType)

Overriding != operator for enum DataAccountType

Applies to