TransferType 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 transfer.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferTypeTypeConverter))]
public struct TransferType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferTypeTypeConverter))>]
type TransferType = struct
interface IArgumentCompleter
Public Structure TransferType
Implements IArgumentCompleter, IEquatable(Of TransferType)
- Inheritance
-
TransferType
- Attributes
- Implements
Fields
ExportFromAzure |
Export data from azure. |
ImportToAzure |
Import data to azure. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type TransferType (override for Object) |
Equals(TransferType) |
Compares values of enum type TransferType |
GetHashCode() |
Returns hashCode for enum TransferType |
ToString() |
Returns string representation for TransferType |
Operators
Equality(TransferType, TransferType) |
Overriding == operator for enum TransferType |
Implicit(String to TransferType) |
Implicit operator to convert string to TransferType |
Implicit(TransferType to String) |
Implicit operator to convert TransferType to string |
Inequality(TransferType, TransferType) |
Overriding != operator for enum TransferType |