| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayBackend.UpdateDefinition<ParentT>
The entirety of an application gateway backend definition as part of an application gateway update.
|
static interface |
ApplicationGatewayBackend.UpdateDefinitionStages.Blank<ParentT>
The first stage of an application gateway backend definition.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress.withFqdn(String fqdn)
Adds the specified existing fully qualified domain name (FQDN) to the backend.
|
ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress.withIPAddress(String ipAddress)
Adds the specified existing IP address to the backend.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/