ParentT - the stage of the application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayPathRule.DefinitionStages.WithBackend<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayPathRule.DefinitionStages.WithPath<ParentT> |
toBackend(String name)
Associates the path rule with a backend on this application gateway.
|
ApplicationGatewayPathRule.DefinitionStages.WithPath<ParentT> toBackend(String name)
If the backend does not yet exist, it will be automatically created.
name - the name of an existing backendCopyright © 2020 Microsoft Corporation. All rights reserved.