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

DeleteReusableDelegationSet() public méthode

Deletes a reusable delegation set. Send a DELETE request to the /2013-04-01/delegationset/delegation set ID resource.

You can delete a reusable delegation set only if there are no associated hosted zones.

To verify that the reusable delegation set is not associated with any hosted zones, run the GetReusableDelegationSet action and specify the ID of the reusable delegation set that you want to delete.

/// The specified delegation contains associated hosted zones which must be deleted before /// the reusable delegation set can be deleted. /// /// 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 DeleteReusableDelegationSet ( DeleteReusableDelegationSetRequest request ) : DeleteReusableDelegationSetResponse
request DeleteReusableDelegationSetRequest Container for the necessary parameters to execute the DeleteReusableDelegationSet service method.
Résultat DeleteReusableDelegationSetResponse
        public DeleteReusableDelegationSetResponse DeleteReusableDelegationSet(DeleteReusableDelegationSetRequest request)
        {
            var marshaller = new DeleteReusableDelegationSetRequestMarshaller();
            var unmarshaller = DeleteReusableDelegationSetResponseUnmarshaller.Instance;

            return Invoke<DeleteReusableDelegationSetRequest,DeleteReusableDelegationSetResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client