你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileExtensionsType Struct

Definition

Argument completer implementation for FileExtensionsType.

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

Fields

Avro
Csv
Doc
Docm
Documents
Docx
Dot
Gz
Json
Odp
Ods
Odt
Orc
Parquet
Pdf
Pot
Pps
Ppsx
Ppt
Pptm
Pptx
Psv
Ssv
Tsv
Txt
Xlc
Xls
Xlsb
Xlsm
Xlsx
Xlt
Xml

Methods

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

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

Equals(FileExtensionsType)

Compares values of enum type FileExtensionsType

Equals(Object)

Compares values of enum type FileExtensionsType (override for Object)

GetHashCode()

Returns hashCode for enum FileExtensionsType

ToString()

Returns string representation for FileExtensionsType

Operators

Equality(FileExtensionsType, FileExtensionsType)

Overriding == operator for enum FileExtensionsType

Implicit(FileExtensionsType to String)

Implicit operator to convert FileExtensionsType to string

Implicit(String to FileExtensionsType)

Implicit operator to convert string to FileExtensionsType

Inequality(FileExtensionsType, FileExtensionsType)

Overriding != operator for enum FileExtensionsType

Applies to