ProbeNoHealthyBackendsBehavior 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.
Determines how new connections are handled by the load balancer when all backend instances are probed down.
public readonly struct ProbeNoHealthyBackendsBehavior : IEquatable<Azure.ResourceManager.Network.Models.ProbeNoHealthyBackendsBehavior>
type ProbeNoHealthyBackendsBehavior = struct
Public Structure ProbeNoHealthyBackendsBehavior
Implements IEquatable(Of ProbeNoHealthyBackendsBehavior)
- Inheritance
-
ProbeNoHealthyBackendsBehavior
- Implements
Constructors
ProbeNoHealthyBackendsBehavior(String) |
Initializes a new instance of ProbeNoHealthyBackendsBehavior. |
Properties
AllProbedDown |
No new flows will be sent to the backend pool. |
AllProbedUp |
When all backend instances are probed down, incoming packets will be sent to all instances. |
Methods
Equals(ProbeNoHealthyBackendsBehavior) |
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(ProbeNoHealthyBackendsBehavior, ProbeNoHealthyBackendsBehavior) |
Determines if two ProbeNoHealthyBackendsBehavior values are the same. |
Implicit(String to ProbeNoHealthyBackendsBehavior) |
Converts a string to a ProbeNoHealthyBackendsBehavior. |
Inequality(ProbeNoHealthyBackendsBehavior, ProbeNoHealthyBackendsBehavior) |
Determines if two ProbeNoHealthyBackendsBehavior values are not the same. |
Applies to
Azure SDK for .NET