FileExtensionsType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 | |
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 |