Amazon.Route53.AmazonRoute53Client.GetReusableDelegationSet C# (CSharp) Méthode

GetReusableDelegationSet() public méthode

Retrieves the reusable delegation set. Send a GET request to the /2013-04-01/delegationset/delegation set ID resource.
/// A reusable delegation set with the specified ID does not exist. /// /// The input is not valid. /// /// A reusable delegation set with the specified ID does not exist. ///
public GetReusableDelegationSet ( GetReusableDelegationSetRequest request ) : GetReusableDelegationSetResponse
request GetReusableDelegationSetRequest Container for the necessary parameters to execute the GetReusableDelegationSet service method.
Résultat GetReusableDelegationSetResponse
        public GetReusableDelegationSetResponse GetReusableDelegationSet(GetReusableDelegationSetRequest request)
        {
            var marshaller = new GetReusableDelegationSetRequestMarshaller();
            var unmarshaller = GetReusableDelegationSetResponseUnmarshaller.Instance;

            return Invoke<GetReusableDelegationSetRequest,GetReusableDelegationSetResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client