Show / Hide Table of Contents

Class AcmeChallengeSetsResource.RotateChallengesRequest

Rotate the ACME challenges for a given domain name. By default, removes any challenges that are older than 30 days. Domain names must be provided in Punycode.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<AcmeChallengeSet>
ACMEDNSBaseServiceRequest<AcmeChallengeSet>
AcmeChallengeSetsResource.RotateChallengesRequest
Implements
IClientServiceRequest<AcmeChallengeSet>
IClientServiceRequest
Inherited Members
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.Xgafv
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.AccessToken
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.Alt
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.Callback
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.Fields
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.Key
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.OauthToken
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.PrettyPrint
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.QuotaUser
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.UploadType
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.UploadProtocol
ClientServiceRequest<AcmeChallengeSet>.Execute()
ClientServiceRequest<AcmeChallengeSet>.ExecuteAsStream()
ClientServiceRequest<AcmeChallengeSet>.ExecuteAsync()
ClientServiceRequest<AcmeChallengeSet>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AcmeChallengeSet>.ExecuteAsStreamAsync()
ClientServiceRequest<AcmeChallengeSet>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AcmeChallengeSet>.CreateRequest(bool?)
ClientServiceRequest<AcmeChallengeSet>.GenerateRequestUri()
ClientServiceRequest<AcmeChallengeSet>.GetDefaultETagAction(string)
ClientServiceRequest<AcmeChallengeSet>.ETagAction
ClientServiceRequest<AcmeChallengeSet>.ModifyRequest
ClientServiceRequest<AcmeChallengeSet>.ValidateParameters
ClientServiceRequest<AcmeChallengeSet>.ApiVersion
ClientServiceRequest<AcmeChallengeSet>.RequestParameters
ClientServiceRequest<AcmeChallengeSet>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ACMEDNS.v1
Assembly: Google.Apis.ACMEDNS.v1.dll
Syntax
public class AcmeChallengeSetsResource.RotateChallengesRequest : ACMEDNSBaseServiceRequest<AcmeChallengeSet>, IClientServiceRequest<AcmeChallengeSet>, IClientServiceRequest

Constructors

RotateChallengesRequest(IClientService, RotateChallengesRequest, string)

Constructs a new RotateChallenges request.

Declaration
public RotateChallengesRequest(IClientService service, RotateChallengesRequest body, string rootDomain)
Parameters
Type Name Description
IClientService service
RotateChallengesRequest body
string rootDomain

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.RestPath

RootDomain

Required. SLD + TLD domain name to update records for. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode.

Declaration
[RequestParameter("rootDomain", RequestParameterType.Path)]
public virtual string RootDomain { get; }
Property Value
Type Description
string

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.GetBody()

InitParameters()

Initializes RotateChallenges parameter list.

Declaration
protected override void InitParameters()
Overrides
ACMEDNSBaseServiceRequest<AcmeChallengeSet>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX