Language

BlobStorageMountProtocol Struct

Definition

The protocol to use for mounting an Azure Storage Blob store.

public readonly struct BlobStorageMountProtocol : IEquatable<Azure.ResourceManager.Discovery.Models.BlobStorageMountProtocol>
type BlobStorageMountProtocol = struct
Public Structure BlobStorageMountProtocol
Implements IEquatable(Of BlobStorageMountProtocol)
Inheritance
BlobStorageMountProtocol
Implements

Constructors

Name Description
BlobStorageMountProtocol(String)

Initializes a new instance of BlobStorageMountProtocol.

Properties

Name Description
BlobfuseCaching

Blobfuse in file cache mode.

Nfs

NFS protocol. Version of NFS used may vary based on storage type.

Methods

Name Description
Equals(BlobStorageMountProtocol)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(BlobStorageMountProtocol, BlobStorageMountProtocol)

Determines if two BlobStorageMountProtocol values are the same.

Implicit(String to BlobStorageMountProtocol)

Converts a string to a BlobStorageMountProtocol.

Implicit(String to Nullable<BlobStorageMountProtocol>)
Inequality(BlobStorageMountProtocol, BlobStorageMountProtocol)

Determines if two BlobStorageMountProtocol values are not the same.

Applies to