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

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

This operation disables automatic renewal of domain registration for the specified domain.
/// 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 DisableDomainAutoRenew ( DisableDomainAutoRenewRequest request ) : Amazon.Route53Domains.Model.DisableDomainAutoRenewResponse
request Amazon.Route53Domains.Model.DisableDomainAutoRenewRequest Container for the necessary parameters to execute the DisableDomainAutoRenew service method.
Результат Amazon.Route53Domains.Model.DisableDomainAutoRenewResponse
        public DisableDomainAutoRenewResponse DisableDomainAutoRenew(DisableDomainAutoRenewRequest request)
        {
            var marshaller = new DisableDomainAutoRenewRequestMarshaller();
            var unmarshaller = DisableDomainAutoRenewResponseUnmarshaller.Instance;

            return Invoke<DisableDomainAutoRenewRequest,DisableDomainAutoRenewResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient