ArmContainerInstanceModelFactory.ApplicationGateway 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.ApplicationGateway ApplicationGateway(string resource = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ApplicationGatewayBackendAddressPool> backendAddressPools = default);
static member ApplicationGateway : string * seq<Azure.ResourceManager.ContainerInstance.Models.ApplicationGatewayBackendAddressPool> -> Azure.ResourceManager.ContainerInstance.Models.ApplicationGateway
Public Shared Function ApplicationGateway (Optional resource As String = Nothing, Optional backendAddressPools As IEnumerable(Of ApplicationGatewayBackendAddressPool) = Nothing) As ApplicationGateway
Parameters
- resource
- String
The Application Gateway ARM resource Id.
- backendAddressPools
- IEnumerable<ApplicationGatewayBackendAddressPool>
List of Application Gateway Backend Address Pools.
Returns
A new ApplicationGateway instance for mocking.