Uses of Class
com.azure.resourcemanager.network.fluent.models.DnsNameAvailabilityResultInner
Packages that use DnsNameAvailabilityResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of DnsNameAvailabilityResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return DnsNameAvailabilityResultInnerModifier and TypeMethodDescriptionNetworkManagementClient.checkDnsNameAvailability(String location, String domainNameLabel) Checks whether a domain name in the cloudapp.azure.com zone is available for use.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type DnsNameAvailabilityResultInnerModifier and TypeMethodDescriptionNetworkManagementClient.checkDnsNameAvailabilityAsync(String location, String domainNameLabel) Checks whether a domain name in the cloudapp.azure.com zone is available for use.com.azure.core.http.rest.Response<DnsNameAvailabilityResultInner> NetworkManagementClient.checkDnsNameAvailabilityWithResponse(String location, String domainNameLabel, com.azure.core.util.Context context) Checks whether a domain name in the cloudapp.azure.com zone is available for use.Mono<com.azure.core.http.rest.Response<DnsNameAvailabilityResultInner>> NetworkManagementClient.checkDnsNameAvailabilityWithResponseAsync(String location, String domainNameLabel) Checks whether a domain name in the cloudapp.azure.com zone is available for use. -
Uses of DnsNameAvailabilityResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type DnsNameAvailabilityResultInnerModifier and TypeClassDescriptionfinal classResponse for the CheckDnsNameAvailability API service call.Methods in com.azure.resourcemanager.network.fluent.models that return DnsNameAvailabilityResultInnerModifier and TypeMethodDescriptionDnsNameAvailabilityResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DnsNameAvailabilityResultInner from the JsonReader.DnsNameAvailabilityResultInner.withAvailable(Boolean available) Set the available property: Domain availability (True/False).