TransferConfigurationType 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 configuration for transfer.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferConfigurationTypeTypeConverter))]
public struct TransferConfigurationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferConfigurationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferConfigurationTypeTypeConverter))>]
type TransferConfigurationType = struct
interface IArgumentCompleter
Public Structure TransferConfigurationType
Implements IArgumentCompleter, IEquatable(Of TransferConfigurationType)
- Inheritance
-
TransferConfigurationType
- Attributes
- Implements
Fields
TransferAll |
Transfer all the data. |
TransferUsingFilter |
Transfer using filter. |
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 TransferConfigurationType (override for Object) |
Equals(TransferConfigurationType) |
Compares values of enum type TransferConfigurationType |
GetHashCode() |
Returns hashCode for enum TransferConfigurationType |
ToString() |
Returns string representation for TransferConfigurationType |
Operators
Equality(TransferConfigurationType, TransferConfigurationType) |
Overriding == operator for enum TransferConfigurationType |
Implicit(String to TransferConfigurationType) |
Implicit operator to convert string to TransferConfigurationType |
Implicit(TransferConfigurationType to String) |
Implicit operator to convert TransferConfigurationType to string |
Inequality(TransferConfigurationType, TransferConfigurationType) |
Overriding != operator for enum TransferConfigurationType |