Uses of Class
com.azure.resourcemanager.network.fluent.models.IpAddressAvailabilityResultInner
Packages that use IpAddressAvailabilityResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of IpAddressAvailabilityResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return IpAddressAvailabilityResultInnerModifier and TypeMethodDescriptionVirtualNetworksClient.checkIpAddressAvailability(String resourceGroupName, String virtualNetworkName, String ipAddress) Checks whether a private IP address is available for use.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type IpAddressAvailabilityResultInnerModifier and TypeMethodDescriptionVirtualNetworksClient.checkIpAddressAvailabilityAsync(String resourceGroupName, String virtualNetworkName, String ipAddress) Checks whether a private IP address is available for use.com.azure.core.http.rest.Response<IpAddressAvailabilityResultInner> VirtualNetworksClient.checkIpAddressAvailabilityWithResponse(String resourceGroupName, String virtualNetworkName, String ipAddress, com.azure.core.util.Context context) Checks whether a private IP address is available for use.Mono<com.azure.core.http.rest.Response<IpAddressAvailabilityResultInner>> VirtualNetworksClient.checkIpAddressAvailabilityWithResponseAsync(String resourceGroupName, String virtualNetworkName, String ipAddress) Checks whether a private IP address is available for use. -
Uses of IpAddressAvailabilityResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpAddressAvailabilityResultInnerModifier and TypeMethodDescriptionIpAddressAvailabilityResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpAddressAvailabilityResultInner from the JsonReader.IpAddressAvailabilityResultInner.withAvailable(Boolean available) Set the available property: Private IP address availability.IpAddressAvailabilityResultInner.withAvailableIpAddresses(List<String> availableIpAddresses) Set the availableIpAddresses property: Contains other available private IP addresses if the asked for address is taken.IpAddressAvailabilityResultInner.withIsPlatformReserved(Boolean isPlatformReserved) Set the isPlatformReserved property: Private IP address platform reserved.