Share via


ContentType Struct

Definition

The content type of a source control path.

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

Fields

AnalyticRule
Workbook

Methods

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

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

Equals(ContentType)

Compares values of enum type ContentType

Equals(Object)

Compares values of enum type ContentType (override for Object)

GetHashCode()

Returns hashCode for enum ContentType

ToString()

Returns string representation for ContentType

Operators

Equality(ContentType, ContentType)

Overriding == operator for enum ContentType

Implicit(ContentType to String)

Implicit operator to convert ContentType to string

Implicit(String to ContentType)

Implicit operator to convert string to ContentType

Inequality(ContentType, ContentType)

Overriding != operator for enum ContentType

Applies to