ArmContainerInstanceModelFactory.ContainerGroupNetworkProfile Method

Definition

public static Azure.ResourceManager.ContainerInstance.Models.ContainerGroupNetworkProfile ContainerGroupNetworkProfile(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.LoadBalancerBackendAddressPool> loadBalancerBackendAddressPools = default, Azure.ResourceManager.ContainerInstance.Models.ApplicationGateway applicationGateway = default);
static member ContainerGroupNetworkProfile : seq<Azure.ResourceManager.ContainerInstance.Models.LoadBalancerBackendAddressPool> * Azure.ResourceManager.ContainerInstance.Models.ApplicationGateway -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupNetworkProfile
Public Shared Function ContainerGroupNetworkProfile (Optional loadBalancerBackendAddressPools As IEnumerable(Of LoadBalancerBackendAddressPool) = Nothing, Optional applicationGateway As ApplicationGateway = Nothing) As ContainerGroupNetworkProfile

Parameters

loadBalancerBackendAddressPools
IEnumerable<LoadBalancerBackendAddressPool>

List of Load Balancer Backend Address Pools.

applicationGateway
ApplicationGateway

Application Gateway the CG profile will use to interact with CGs in a backend pool.

Returns

A new ContainerGroupNetworkProfile instance for mocking.

Applies to