Condividi tramite


TriggerTypes Struct

Definition

The trigger type of the function

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

Fields

HttpTrigger
Unknown

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 TriggerTypes (override for Object)

Equals(TriggerTypes)

Compares values of enum type TriggerTypes

GetHashCode()

Returns hashCode for enum TriggerTypes

ToString()

Returns string representation for TriggerTypes

Operators

Equality(TriggerTypes, TriggerTypes)

Overriding == operator for enum TriggerTypes

Implicit(String to TriggerTypes)

Implicit operator to convert string to TriggerTypes

Implicit(TriggerTypes to String)

Implicit operator to convert TriggerTypes to string

Inequality(TriggerTypes, TriggerTypes)

Overriding != operator for enum TriggerTypes

Applies to