ShareDestinationFormatType Struct

Definition

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

Fields

AzureFile
BlockBlob
Hcs
ManagedDisk
PageBlob
UnknownType

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(Object)
Equals(ShareDestinationFormatType)
GetHashCode()
ToString()

Operators

Equality(ShareDestinationFormatType, ShareDestinationFormatType)
Implicit(ShareDestinationFormatType to String)
Implicit(String to ShareDestinationFormatType)
Inequality(ShareDestinationFormatType, ShareDestinationFormatType)

Applies to