ContainerAppHttpRouteTarget(String) Constructor
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.
Initializes a new instance of ContainerAppHttpRouteTarget.
public ContainerAppHttpRouteTarget(string containerApp);
new Azure.ResourceManager.AppContainers.Models.ContainerAppHttpRouteTarget : string -> Azure.ResourceManager.AppContainers.Models.ContainerAppHttpRouteTarget
Public Sub New (containerApp As String)
Parameters
- containerApp
- String
Container App Name to route requests to.
Exceptions
containerApp is null.