ArmContainerServiceModelFactory.ManagedClusterIngressProfileApplicationLoadBalancer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.