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

WebTestKind Struct

Definition

The kind of WebTest that this web test watches. Choices are ping, multistep and standard.

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

Fields

Multistep
Ping
Standard

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

Equals(WebTestKind)

Compares values of enum type WebTestKind

GetHashCode()

Returns hashCode for enum WebTestKind

ToString()

Returns string representation for WebTestKind

Operators

Equality(WebTestKind, WebTestKind)

Overriding == operator for enum WebTestKind

Implicit(String to WebTestKind)

Implicit operator to convert string to WebTestKind

Implicit(WebTestKind to String)

Implicit operator to convert WebTestKind to string

Inequality(WebTestKind, WebTestKind)

Overriding != operator for enum WebTestKind

Applies to