Freigeben über


FilterFileType Struct

Definition

Type of the filter file.

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

Fields

AzureBlob

Filter file is of the type AzureBlob.

AzureFile

Filter file is of the type AzureFiles.

Methods

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

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

Equals(FilterFileType)

Compares values of enum type FilterFileType

Equals(Object)

Compares values of enum type FilterFileType (override for Object)

GetHashCode()

Returns hashCode for enum FilterFileType

ToString()

Returns string representation for FilterFileType

Operators

Equality(FilterFileType, FilterFileType)

Overriding == operator for enum FilterFileType

Implicit(FilterFileType to String)

Implicit operator to convert FilterFileType to string

Implicit(String to FilterFileType)

Implicit operator to convert string to FilterFileType

Inequality(FilterFileType, FilterFileType)

Overriding != operator for enum FilterFileType

Applies to