ArmContainerInstanceModelFactory.ContainerGroupNetworkProfile 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.
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.