| 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 | Method and Description |
|---|---|
LoadBalancerPublicFrontend |
LoadBalancer.findFrontendByPublicIPAddress(PublicIPAddress publicIPAddress)
Searches for the public frontend that is associated with the provided public IP address, if one exists.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the network interface's primary IP configuration.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the network interface's primary IP configuration.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIPAddress> creatable)
Create a new public IP address to associate with network interface's primary IP configuration, based on
the provided definition.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIPAddress> creatable)
Create a new public IP address to associate the network interface's primary IP configuration,
based on the provided definition.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddress |
HasPublicIPAddress.getPublicIPAddress() |
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
HasFrontend.DefinitionStages.WithFrontend.fromExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Specifies an existing public IP address to receive network traffic from.
|
ReturnT |
HasFrontend.UpdateDefinitionStages.WithFrontend.fromExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Specifies an existing public IP address to receive network traffic from.
|
ReturnT |
HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress.withExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the resource.
|
ReturnT |
HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress.withExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the resource.
|
ReturnT |
HasPublicIPAddress.UpdateDefinitionStages.WithExistingPublicIPAddress.withExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
HasFrontend.DefinitionStages.WithFrontend.fromNewPublicIPAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIPAddress> pipDefinition)
Specifies that network traffic should be received on a new public IP address that is to be created along with the load balancer
based on the provided definition.
|
ReturnT |
HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel.withNewPublicIPAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIPAddress> creatable)
Creates a new public IP address to associate with the resource.
|
ReturnT |
HasPublicIPAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel.withNewPublicIPAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIPAddress> creatable)
Creates a new public IP address to associate with the resource.
|
ReturnT |
HasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel.withNewPublicIPAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIPAddress> creatable)
Creates a new public IP address to associate with the resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/