Compartilhar via


AzureStorageProtocol Struct

Definition

Mounting protocol to use for the storage account.

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

Fields

Http
Nfs
Smb

Methods

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

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

Equals(AzureStorageProtocol)

Compares values of enum type AzureStorageProtocol

Equals(Object)

Compares values of enum type AzureStorageProtocol (override for Object)

GetHashCode()

Returns hashCode for enum AzureStorageProtocol

ToString()

Returns string representation for AzureStorageProtocol

Operators

Equality(AzureStorageProtocol, AzureStorageProtocol)

Overriding == operator for enum AzureStorageProtocol

Implicit(AzureStorageProtocol to String)

Implicit operator to convert AzureStorageProtocol to string

Implicit(String to AzureStorageProtocol)

Implicit operator to convert string to AzureStorageProtocol

Inequality(AzureStorageProtocol, AzureStorageProtocol)

Overriding != operator for enum AzureStorageProtocol

Applies to