Freigeben über


LoadBalancerScope Struct

Definition

Indicates the scope of the load balancer: external (Public) or internal (Private).

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

Constructors

Name Description
LoadBalancerScope(String)

Initializes a new instance of LoadBalancerScope.

Properties

Name Description
Private

Private.

Public

Public.

Methods

Name Description
Equals(LoadBalancerScope)

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

Determines if two LoadBalancerScope values are the same.

Implicit(String to LoadBalancerScope)

Converts a String to a LoadBalancerScope.

Inequality(LoadBalancerScope, LoadBalancerScope)

Determines if two LoadBalancerScope values are not the same.

Applies to