次の方法で共有


WebJobType Struct

Definition

Job type.

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

Fields

Continuous
Triggered

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

Equals(WebJobType)

Compares values of enum type WebJobType

GetHashCode()

Returns hashCode for enum WebJobType

ToString()

Returns string representation for WebJobType

Operators

Equality(WebJobType, WebJobType)

Overriding == operator for enum WebJobType

Implicit(String to WebJobType)

Implicit operator to convert string to WebJobType

Implicit(WebJobType to String)

Implicit operator to convert WebJobType to string

Inequality(WebJobType, WebJobType)

Overriding != operator for enum WebJobType

Applies to