Freigeben über


ShareDestinationFormatType Struct

Definition

Type of the share.

[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

Azure storage file format.

BlockBlob

Azure storage block blob format.

Hcs

Storsimple data format.

ManagedDisk

Azure Compute Disk.

PageBlob

Azure storage page blob format.

UnknownType

Unknown format.

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 ShareDestinationFormatType (override for Object)

Equals(ShareDestinationFormatType)

Compares values of enum type ShareDestinationFormatType

GetHashCode()

Returns hashCode for enum ShareDestinationFormatType

ToString()

Returns string representation for ShareDestinationFormatType

Operators

Equality(ShareDestinationFormatType, ShareDestinationFormatType)

Overriding == operator for enum ShareDestinationFormatType

Implicit(ShareDestinationFormatType to String)

Implicit operator to convert ShareDestinationFormatType to string

Implicit(String to ShareDestinationFormatType)

Implicit operator to convert string to ShareDestinationFormatType

Inequality(ShareDestinationFormatType, ShareDestinationFormatType)

Overriding != operator for enum ShareDestinationFormatType

Applies to