HealthProbeRequestType 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 type of health probe request that is made.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.HealthProbeRequestTypeTypeConverter))]
public struct HealthProbeRequestType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.HealthProbeRequestType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.HealthProbeRequestTypeTypeConverter))>]
type HealthProbeRequestType = struct
interface IArgumentCompleter
Public Structure HealthProbeRequestType
Implements IArgumentCompleter, IEquatable(Of HealthProbeRequestType)
- Inheritance
-
HealthProbeRequestType
- Attributes
- Implements
Fields
Get | |
Head | |
NotSet |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(HealthProbeRequestType) |
Compares values of enum type HealthProbeRequestType |
Equals(Object) |
Compares values of enum type HealthProbeRequestType (override for Object) |
GetHashCode() |
Returns hashCode for enum HealthProbeRequestType |
ToString() |
Returns string representation for HealthProbeRequestType |
Operators
Equality(HealthProbeRequestType, HealthProbeRequestType) |
Overriding == operator for enum HealthProbeRequestType |
Implicit(HealthProbeRequestType to String) |
Implicit operator to convert HealthProbeRequestType to string |
Implicit(String to HealthProbeRequestType) |
Implicit operator to convert string to HealthProbeRequestType |
Inequality(HealthProbeRequestType, HealthProbeRequestType) |
Overriding != operator for enum HealthProbeRequestType |