DataAccountType 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.
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 |