Share via


LoadBalancingMode Struct

Definition

Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.

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

Constructors

LoadBalancingMode(String)

Initializes a new instance of LoadBalancingMode.

Properties

None

None.

Publishing

Publishing.

Web

Web.

WebPublishing

Web, Publishing.

Methods

Equals(LoadBalancingMode)

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

Determines if two LoadBalancingMode values are the same.

Implicit(String to LoadBalancingMode)

Converts a string to a LoadBalancingMode.

Inequality(LoadBalancingMode, LoadBalancingMode)

Determines if two LoadBalancingMode values are not the same.

Applies to