Share via


ProbeProtocol Struct

Definition

The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.

public readonly struct ProbeProtocol : IEquatable<Azure.ResourceManager.Network.Models.ProbeProtocol>
type ProbeProtocol = struct
Public Structure ProbeProtocol
Implements IEquatable(Of ProbeProtocol)
Inheritance
ProbeProtocol
Implements

Constructors

ProbeProtocol(String)

Initializes a new instance of ProbeProtocol.

Properties

Http

Http.

Https

Https.

Tcp

Tcp.

Methods

Equals(ProbeProtocol)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ProbeProtocol, ProbeProtocol)

Determines if two ProbeProtocol values are the same.

Implicit(String to ProbeProtocol)

Converts a string to a ProbeProtocol.

Inequality(ProbeProtocol, ProbeProtocol)

Determines if two ProbeProtocol values are not the same.

Applies to