| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayBackend.Definition<ParentT>
The entirety of an application gateway backend definition.
|
static interface |
ApplicationGatewayBackend.DefinitionStages.Blank<ParentT>
The first stage of an application gateway backend definition.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayBackend.DefinitionStages.WithAddress.withFqdn(String fqdn)
Adds the specified existing fully qualified domain name (FQDN) to the backend.
|
ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayBackend.DefinitionStages.WithAddress.withIPAddress(String ipAddress)
Adds the specified existing IP address to the backend.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.