| 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.Definition
The entirety of the application gateway definition.
|
static interface |
ApplicationGateway.DefinitionStages.WithCreate
The stage of an application gateway definition containing all the required inputs for
the resource to be created, but also allowing
for any other optional settings to be specified.
|
static interface |
ApplicationGateway.DefinitionStages.WithPublicFrontend
The stage of an application gateway definition allowing to define one or more public, or Internet-facing, frontends.
|
static interface |
ApplicationGateway.DefinitionStages.WithPublicIPAddress
The stage of an application gateway definition allowing to add a new Internet-facing frontend with a public IP address.
|
static interface |
ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
The stage of an application gateway definition allowing to continue adding more request routing rules,
or start specifying optional settings, or create the application gateway.
|
static interface |
LoadBalancerPublicFrontend.Definition<ParentT>
The entirety of a public frontend definition.
|
static interface |
LoadBalancerPublicFrontend.DefinitionStages.Blank<ParentT>
The first stage of a public frontend definition.
|
static interface |
LoadBalancerPublicFrontend.DefinitionStages.WithPublicIPAddress<ParentT>
The stage of a public frontend definition allowing to specify an existing public IP address.
|
static interface |
NicIPConfiguration.Definition<ParentT>
The entirety of the network interface IP configuration definition.
|
static interface |
NicIPConfiguration.DefinitionStages.WithAttach<ParentT>
The final stage of network interface IP configuration.
|
static interface |
NicIPConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>
The stage of the network interface IP configuration definition allowing to associate it with
a public IP address.
|
static interface |
VirtualNetworkGateway.Definition
The entirety of the virtual network gateway definition.
|
static interface |
VirtualNetworkGateway.DefinitionStages.WithCreate
The stage of the virtual network gateway definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
static interface |
VirtualNetworkGateway.DefinitionStages.WithPublicIPAddress
The stage of virtual network gateway definition allowing to specify public IP address for IP configuration.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with a new public IP address.
|
static interface |
HasPublicIPAddress.DefinitionStages.WithPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with a public IP address.
|
static interface |
HasPublicIPAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>
The stage of the definition 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.
*/