Dela via


SiteExtensionType Struct

Definition

Site extension type.

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

Fields

Gallery
WebRoot

Methods

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

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

Equals(Object)

Compares values of enum type SiteExtensionType (override for Object)

Equals(SiteExtensionType)

Compares values of enum type SiteExtensionType

GetHashCode()

Returns hashCode for enum SiteExtensionType

ToString()

Returns string representation for SiteExtensionType

Operators

Equality(SiteExtensionType, SiteExtensionType)

Overriding == operator for enum SiteExtensionType

Implicit(SiteExtensionType to String)

Implicit operator to convert SiteExtensionType to string

Implicit(String to SiteExtensionType)

Implicit operator to convert string to SiteExtensionType

Inequality(SiteExtensionType, SiteExtensionType)

Overriding != operator for enum SiteExtensionType

Applies to