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
Methods in com.azure.resourcemanager.network.fluent.models that return DnsNameAvailabilityResultInnerModifier and TypeMethodDescriptionDnsNameAvailabilityResultInner.withAvailable(Boolean available) Set the available property: Domain availability (True/False).