Share via


AmlFilesystemIdentityType Struct

Definition

The type of identity used for the resource.

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

Fields

None
UserAssigned

Methods

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

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

Equals(AmlFilesystemIdentityType)

Compares values of enum type AmlFilesystemIdentityType

Equals(Object)

Compares values of enum type AmlFilesystemIdentityType (override for Object)

GetHashCode()

Returns hashCode for enum AmlFilesystemIdentityType

ToString()

Returns string representation for AmlFilesystemIdentityType

Operators

Equality(AmlFilesystemIdentityType, AmlFilesystemIdentityType)

Overriding == operator for enum AmlFilesystemIdentityType

Implicit(AmlFilesystemIdentityType to String)

Implicit operator to convert AmlFilesystemIdentityType to string

Implicit(String to AmlFilesystemIdentityType)

Implicit operator to convert string to AmlFilesystemIdentityType

Inequality(AmlFilesystemIdentityType, AmlFilesystemIdentityType)

Overriding != operator for enum AmlFilesystemIdentityType

Applies to