Share via


StorageTargetType Struct

Definition

Type of the Storage Target.

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

Fields

BlobNfs
Clfs
Nfs3
Unknown

Methods

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

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

Equals(Object)

Compares values of enum type StorageTargetType (override for Object)

Equals(StorageTargetType)

Compares values of enum type StorageTargetType

GetHashCode()

Returns hashCode for enum StorageTargetType

ToString()

Returns string representation for StorageTargetType

Operators

Equality(StorageTargetType, StorageTargetType)

Overriding == operator for enum StorageTargetType

Implicit(StorageTargetType to String)

Implicit operator to convert StorageTargetType to string

Implicit(String to StorageTargetType)

Implicit operator to convert string to StorageTargetType

Inequality(StorageTargetType, StorageTargetType)

Overriding != operator for enum StorageTargetType

Applies to