你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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