Amazon.Route53Domains.AmazonRoute53DomainsClient.CheckDomainAvailability C# (CSharp) Метод

CheckDomainAvailability() публичный Метод

This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.
/// The requested item is not acceptable. For example, for an OperationId it may refer /// to the ID of an operation that is already completed. For a domain name, it may not /// be a valid domain name or belong to the requester account. /// /// Amazon Route 53 does not support this top-level domain. ///
public CheckDomainAvailability ( CheckDomainAvailabilityRequest request ) : CheckDomainAvailabilityResponse
request Amazon.Route53Domains.Model.CheckDomainAvailabilityRequest Container for the necessary parameters to execute the CheckDomainAvailability service method.
Результат Amazon.Route53Domains.Model.CheckDomainAvailabilityResponse
        public CheckDomainAvailabilityResponse CheckDomainAvailability(CheckDomainAvailabilityRequest request)
        {
            var marshaller = new CheckDomainAvailabilityRequestMarshaller();
            var unmarshaller = CheckDomainAvailabilityResponseUnmarshaller.Instance;

            return Invoke<CheckDomainAvailabilityRequest,CheckDomainAvailabilityResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient