| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddress |
HasPublicIpAddress.getPublicIpAddress() |
| 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.
|
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.
|
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 |
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.