Share via


ManagedClusterLoadBalanceProbeProtocol Struct

Definition

the reference to the load balancer probe used by the load balancing rule.

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

Constructors

ManagedClusterLoadBalanceProbeProtocol(String)

Initializes a new instance of ManagedClusterLoadBalanceProbeProtocol.

Properties

Http

http.

Https

https.

Tcp

tcp.

Methods

Equals(ManagedClusterLoadBalanceProbeProtocol)

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(ManagedClusterLoadBalanceProbeProtocol, ManagedClusterLoadBalanceProbeProtocol)

Determines if two ManagedClusterLoadBalanceProbeProtocol values are the same.

Implicit(String to ManagedClusterLoadBalanceProbeProtocol)

Converts a string to a ManagedClusterLoadBalanceProbeProtocol.

Inequality(ManagedClusterLoadBalanceProbeProtocol, ManagedClusterLoadBalanceProbeProtocol)

Determines if two ManagedClusterLoadBalanceProbeProtocol values are not the same.

Applies to