Uses of Class
com.azure.resourcemanager.network.fluent.models.IpAddressAvailabilityResultInner
-
Packages that use IpAddressAvailabilityResultInner 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. -
-
Uses of IpAddressAvailabilityResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return IpAddressAvailabilityResultInner Modifier and Type Method Description IpAddressAvailabilityResultInnerVirtualNetworksClient. 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 IpAddressAvailabilityResultInner Modifier and Type Method Description Mono<IpAddressAvailabilityResultInner>VirtualNetworksClient. 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 IpAddressAvailabilityResultInner Modifier and Type Method Description IpAddressAvailabilityResultInnerIpAddressAvailabilityResultInner. withAvailable(Boolean available)Set the available property: Private IP address availability.IpAddressAvailabilityResultInnerIpAddressAvailabilityResultInner. withAvailableIpAddresses(List<String> availableIpAddresses)Set the availableIpAddresses property: Contains other available private IP addresses if the asked for address is taken.IpAddressAvailabilityResultInnerIpAddressAvailabilityResultInner. withIsPlatformReserved(Boolean isPlatformReserved)Set the isPlatformReserved property: Private IP address platform reserved.
-