WebTestKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |