ManagedClusterLoadBalanceProbeProtocol 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 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
| Name | Description |
|---|---|
| ManagedClusterLoadBalanceProbeProtocol(String) |
Initializes a new instance of ManagedClusterLoadBalanceProbeProtocol. |
Properties
| Name | Description |
|---|---|
| Http |
Probe protocol is HTTP. |
| Https |
Probe protocol is HTTPS. |
| Tcp |
Probe protocol is TCP. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(ManagedClusterLoadBalanceProbeProtocol, ManagedClusterLoadBalanceProbeProtocol) |
Determines if two ManagedClusterLoadBalanceProbeProtocol values are the same. |
| Implicit(String to ManagedClusterLoadBalanceProbeProtocol) |
Converts a string to a ManagedClusterLoadBalanceProbeProtocol. |
| Implicit(String to Nullable<ManagedClusterLoadBalanceProbeProtocol>) | |
| Inequality(ManagedClusterLoadBalanceProbeProtocol, ManagedClusterLoadBalanceProbeProtocol) |
Determines if two ManagedClusterLoadBalanceProbeProtocol values are not the same. |