| 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.
|
| 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.
*/