| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddressAvailabilityResultInner |
VirtualNetworksClient.checkIpAddressAvailability(String resourceGroupName,
String virtualNetworkName,
String ipAddress)
Checks whether a private IP address is available for use.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddressAvailabilityResultInner |
IpAddressAvailabilityResultInner.withAvailable(Boolean available)
Set the available property: Private IP address availability.
|
IpAddressAvailabilityResultInner |
IpAddressAvailabilityResultInner.withAvailableIpAddresses(List<String> availableIpAddresses)
Set the availableIpAddresses property: Contains other available private IP addresses if the asked for address is
taken.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.