StorageMountProtocol Struct

Definition

The protocol to use for mounting an storage container.

public readonly struct StorageMountProtocol : IEquatable<Azure.AI.Discovery.StorageMountProtocol>
type StorageMountProtocol = struct
Public Structure StorageMountProtocol
Implements IEquatable(Of StorageMountProtocol)
Inheritance
StorageMountProtocol
Implements

Constructors

Name Description
StorageMountProtocol(String)

Initializes a new instance of StorageMountProtocol.

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(StorageMountProtocol)

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(StorageMountProtocol, StorageMountProtocol)

Determines if two StorageMountProtocol values are the same.

Implicit(String to Nullable<StorageMountProtocol>)
Implicit(String to StorageMountProtocol)

Converts a string to a StorageMountProtocol.

Inequality(StorageMountProtocol, StorageMountProtocol)

Determines if two StorageMountProtocol values are not the same.

Applies to