-
Notifications
You must be signed in to change notification settings - Fork 245
/
com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration.yml
32 lines (32 loc) · 2.87 KB
/
com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ParentT>"
name: "ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ParentT>"
nameWithType: "ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ParentT>"
summary: "The stage of an application gateway request routing rule definition allowing to specify the backend HTTP settings configuration to associate the routing rule with."
syntax: "public static interface **ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration.toBackendHttpConfiguration(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ParentT>.toBackendHttpConfiguration(String name)"
name: "toBackendHttpConfiguration(String name)"
nameWithType: "ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ParentT>.toBackendHttpConfiguration(String name)"
summary: "Associates the specified backend HTTP settings configuration with this path rule."
modifiers:
- "abstract"
parameters:
- description: "the name of a backend HTTP settings configuration"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGatewayPathRule.DefinitionStages.WithBackend<ParentT> toBackendHttpConfiguration(String name)"
desc: "Associates the specified backend HTTP settings configuration with this path rule.\n\nIf the backend configuration does not exist yet, it must be defined in the optional part of the application gateway definition. The request routing rule references it only by name."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackend?alt=com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackend&text=WithBackend\" data-throw-if-not-resolved=\"False\" /><<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />>"
type: "interface"
typeParameters:
- description: "the stage of the application gateway definition to return to after attaching this definition"
name: "ParentT"
desc: "The stage of an application gateway request routing rule definition allowing to specify the backend HTTP settings configuration to associate the routing rule with."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4