36 строки
3.1 KiB
YAML
36 строки
3.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithApplicationGateway"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithApplicationGateway<ParentT>"
|
|
name: "NicIpConfiguration.DefinitionStages.WithApplicationGateway<ParentT>"
|
|
nameWithType: "NicIpConfiguration.DefinitionStages.WithApplicationGateway<ParentT>"
|
|
summary: "The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with."
|
|
syntax: "public static interface NicIpConfiguration.DefinitionStages.WithApplicationGateway<ParentT>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithApplicationGateway.withExistingApplicationGatewayBackend(com.azure.resourcemanager.network.models.ApplicationGateway,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithApplicationGateway<ParentT>.withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)"
|
|
name: "withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)"
|
|
nameWithType: "NicIpConfiguration.DefinitionStages.WithApplicationGateway<ParentT>.withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)"
|
|
summary: "Specifies the application gateway backend to associate this IP configuration with."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "an existing application gateway"
|
|
name: "appGateway"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the name of an existing backend on the application gateway"
|
|
name: "backendName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract NicIpConfiguration.DefinitionStages.WithAttach<ParentT> withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)"
|
|
desc: "Specifies the application gateway backend to associate this IP configuration with."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithAttach&text=WithAttach\" 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 parent network interface definition to return to after attaching this\n definition"
|
|
name: "ParentT"
|
|
desc: "The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0
|