Share via


ManagedClusterLoadBalancerBackendPoolType Struct

Definition

The type of the managed inbound Load Balancer BackendPool.

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

Constructors

ManagedClusterLoadBalancerBackendPoolType(String)

Initializes a new instance of ManagedClusterLoadBalancerBackendPoolType.

Properties

NodeIP

The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.

NodeIPConfiguration

The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.

Methods

Equals(ManagedClusterLoadBalancerBackendPoolType)

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

Determines if two ManagedClusterLoadBalancerBackendPoolType values are the same.

Implicit(String to ManagedClusterLoadBalancerBackendPoolType)

Converts a string to a ManagedClusterLoadBalancerBackendPoolType.

Inequality(ManagedClusterLoadBalancerBackendPoolType, ManagedClusterLoadBalancerBackendPoolType)

Determines if two ManagedClusterLoadBalancerBackendPoolType values are not the same.

Applies to