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

Name Description
LoadBalancingMode(String)

Initializes a new instance of LoadBalancingMode.

Properties

Name Description
None

None.

Publishing

Publishing.

Web

Web.

WebPublishing

Web, Publishing.

Methods

Name Description
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

Name Description
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