| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayRequestRoutingRule.Definition<ParentT>
The entirety of an application gateway request routing rule definition.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT> |
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress.toBackendFqdn(String fqdn)
Adds an FQDN (fully qualified domain name) to the backend associated with this rule.
|
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT> |
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress.toBackendIPAddress(String ipAddress)
Adds an IP address to the backend associated with this rule.
|
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT> |
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress.toBackendIPAddresses(String... ipAddresses)
Adds the specified IP addresses to the backend associated with this rule.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.