| 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 |
|---|---|
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.
|
ReturnT |
LoadBalancer.DefinitionStages.WithPublicIpAddress.withExistingPublicIpAddress(PublicIpAddress publicIpAddress)
Assigns the provided public IP address to the default public frontend to the load balancer,
making it an Internet-facing load balancer.
|
LoadBalancer.Update |
LoadBalancer.UpdateStages.WithPublicIpAddress.withExistingPublicIpAddress(PublicIpAddress publicIpAddress)
Assigns the provided public IP address to the default public frontend to the load balancer.
|
| 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.
|
ReturnT |
LoadBalancer.DefinitionStages.WithPublicIpAddress.withNewPublicIpAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIpAddress> creatablePublicIpAddress)
Adds a new public IP address to the front end of the load balancer,
creating the public IP based on the provided
Creatable
stage of a public IP endpoint's definition. |
LoadBalancer.Update |
LoadBalancer.UpdateStages.WithPublicIpAddress.withNewPublicIpAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIpAddress> creatablePublicIpAddress)
Adds a new public IP address to the default front end of the load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddress |
HasPublicIpAddress.getPublicIpAddress() |
| Modifier and Type | Method and Description |
|---|---|
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 |
HasPublicIpAddress.DefinitionStages.WithNewPublicIpAddress.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.WithNewPublicIpAddress.withNewPublicIpAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIpAddress> creatable)
Creates a new public IP address to associate with the resource, based on the provided definition.
|
ReturnT |
HasPublicIpAddress.UpdateDefinitionStages.WithNewPublicIpAddress.withNewPublicIpAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIpAddress> creatable)
Creates a new public IP address to associate with the resource, based on the provided definition.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/