Share via


StorageTargetType Struct

Definition

Type of the Storage Target.

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

Constructors

StorageTargetType(String)

Initializes a new instance of StorageTargetType.

Properties

BlobNfs

blobNfs.

Clfs

clfs.

Nfs3

nfs3.

Unknown

unknown.

Methods

Equals(StorageTargetType)

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

Equality(StorageTargetType, StorageTargetType)

Determines if two StorageTargetType values are the same.

Implicit(String to StorageTargetType)

Converts a string to a StorageTargetType.

Inequality(StorageTargetType, StorageTargetType)

Determines if two StorageTargetType values are not the same.

Applies to