Condividi tramite


ArmContainerServiceModelFactory.ManagedClusterIngressProfileApplicationLoadBalancer Method

Definition

Application Load Balancer settings for the ingress profile.

public static Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressProfileApplicationLoadBalancer ManagedClusterIngressProfileApplicationLoadBalancer(bool? isApplicationLoadBalancerEnabled = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity identity = default);
static member ManagedClusterIngressProfileApplicationLoadBalancer : Nullable<bool> * Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity -> Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressProfileApplicationLoadBalancer
Public Shared Function ManagedClusterIngressProfileApplicationLoadBalancer (Optional isApplicationLoadBalancerEnabled As Nullable(Of Boolean) = Nothing, Optional identity As ContainerServiceUserAssignedIdentity = Nothing) As ManagedClusterIngressProfileApplicationLoadBalancer

Parameters

isApplicationLoadBalancerEnabled
Nullable<Boolean>

Whether to enable Application Load Balancer.

identity
ContainerServiceUserAssignedIdentity

Managed identity of the Application Load Balancer add-on. This is the identity that should be granted permissions to manage the associated Application Gateway for Containers resource.

Returns

A new ManagedClusterIngressProfileApplicationLoadBalancer instance for mocking.

Applies to