| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| com.microsoft.azure.management.network.model |
This package contains the common interfaces for resource models in networking.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGateway.Update
The template for an application gateway update operation, containing all the settings that
can be modified.
|
static interface |
ApplicationGateway.UpdateStages.WithPublicIPAddress
The stage of an application gateway update allowing to specify a public IP address for the public frontend.
|
static interface |
ApplicationGatewayFrontend.Update
The entirety of an application gateway frontend update as part of an application gateway update.
|
static interface |
ApplicationGatewayFrontend.UpdateStages.WithPublicIPAddress
The stage of an application gateway frontend definition allowing to specify an existing public IP address to make
the application gateway available at as Internet-facing.
|
static interface |
LoadBalancerPublicFrontend.Update
The entirety of a public frontend update as part of an Internet-facing load balancer update.
|
static interface |
LoadBalancerPublicFrontend.UpdateStages.WithPublicIPAddress
The stage of a public frontend update allowing to specify an existing public IP address.
|
static interface |
NicIPConfiguration.Update
The entirety of a network interface IP configuration update as part of a network interface update.
|
static interface |
NicIPConfiguration.UpdateStages.WithPublicIPAddress
The stage of the network interface IP configuration update allowing to specify public IP address.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HasPublicIPAddress.UpdateStages.WithPublicIPAddress<ReturnT>
The stage definition allowing to associate the resource with a public IP address.
|
static interface |
HasPublicIPAddress.UpdateStages.WithPublicIPAddressNoDnsLabel<ReturnT>
The stage of the update allowing to associate the resource with a public IP address,
but not allowing to create one with a DNS leaf label.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/