Share via


LoadDistribution Struct

Definition

The load distribution policy for this rule.

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

Constructors

LoadDistribution(String)

Initializes a new instance of LoadDistribution.

Properties

Default

Default.

SourceIP

SourceIP.

SourceIPProtocol

SourceIPProtocol.

Methods

Equals(LoadDistribution)

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

Determines if two LoadDistribution values are the same.

Implicit(String to LoadDistribution)

Converts a string to a LoadDistribution.

Inequality(LoadDistribution, LoadDistribution)

Determines if two LoadDistribution values are not the same.

Applies to