ParentT - the stage of the application gateway URL path map definition to return to after attaching this definitionpublic static interface ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackend<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayPathRule.UpdateDefinitionStages.WithPath<ParentT> |
toBackend(String name)
Associates the path rule with a backend on this application gateway.
|
ApplicationGatewayPathRule.UpdateDefinitionStages.WithPath<ParentT> toBackend(String name)
If the backend does not yet exist, it will be automatically created.
name - the name of an existing backend/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/