你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EndpointType Struct

Definition

The Endpoint resource type.

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

Fields

AzureStorageBlobContainer
AzureStorageSmbFileShare
NfsMount
SmbMount

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(EndpointType)

Compares values of enum type EndpointType

Equals(Object)

Compares values of enum type EndpointType (override for Object)

GetHashCode()

Returns hashCode for enum EndpointType

ToString()

Returns string representation for EndpointType

Operators

Equality(EndpointType, EndpointType)

Overriding == operator for enum EndpointType

Implicit(EndpointType to String)

Implicit operator to convert EndpointType to string

Implicit(String to EndpointType)

Implicit operator to convert string to EndpointType

Inequality(EndpointType, EndpointType)

Overriding != operator for enum EndpointType

Applies to