| 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 |
LoadBalancerPublicFrontend.UpdateDefinition<ParentT>
The entirety of a public frontend definition as part of an Internet-facing load balancer update.
|
static interface |
LoadBalancerPublicFrontend.UpdateDefinitionStages.Blank<ParentT>
The first stage of a public frontend definition.
|
static interface |
LoadBalancerPublicFrontend.UpdateDefinitionStages.WithPublicIPAddress<ParentT>
The stage of a public frontend definition allowing to specify an existing public IP address.
|
static interface |
NicIPConfiguration.UpdateDefinition<ParentT>
The entirety of a network interface IP configuration definition as part of a network interface update.
|
static interface |
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of network interface IP configuration.
|
static interface |
NicIPConfiguration.UpdateDefinitionStages.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.UpdateDefinitionStages.WithNewPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with a new public IP address.
|
static interface |
HasPublicIPAddress.UpdateDefinitionStages.WithPublicIPAddress<ReturnT>
The stage of the definition allowing to associate the resource with a public IP address.
|
static interface |
HasPublicIPAddress.UpdateDefinitionStages.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.
*/