WebTestKindEnum 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 web test this is, valid choices are ping, multistep, and standard.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnumTypeConverter))]
public struct WebTestKindEnum : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnumTypeConverter))>]
type WebTestKindEnum = struct
interface IArgumentCompleter
Public Structure WebTestKindEnum
Implements IArgumentCompleter, IEquatable(Of WebTestKindEnum)
- Inheritance
-
WebTestKindEnum
- 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 WebTestKindEnum (override for Object) |
Equals(WebTestKindEnum) |
Compares values of enum type WebTestKindEnum |
GetHashCode() |
Returns hashCode for enum WebTestKindEnum |
ToString() |
Returns string representation for WebTestKindEnum |
Operators
Equality(WebTestKindEnum, WebTestKindEnum) |
Overriding == operator for enum WebTestKindEnum |
Implicit(String to WebTestKindEnum) |
Implicit operator to convert string to WebTestKindEnum |
Implicit(WebTestKindEnum to String) |
Implicit operator to convert WebTestKindEnum to string |
Inequality(WebTestKindEnum, WebTestKindEnum) |
Overriding != operator for enum WebTestKindEnum |