Amazon.Route53.AmazonRoute53Client.ListTagsForResource C# (CSharp) Метод

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

Lists tags for one health check or hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

/// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. /// /// No hosted zone exists with the ID that you specified. /// /// If Amazon Route 53 can't process a request before the next request arrives, it will /// reject subsequent requests for the same hosted zone and return an HTTP 400 error /// (Bad request). If Amazon Route 53 returns this error repeatedly for the /// same request, we recommend that you wait, in intervals of increasing duration, before /// you try the request again. /// /// ///
public ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse
request ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource service method.
Результат ListTagsForResourceResponse
        public ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request)
        {
            var marshaller = new ListTagsForResourceRequestMarshaller();
            var unmarshaller = ListTagsForResourceResponseUnmarshaller.Instance;

            return Invoke<ListTagsForResourceRequest,ListTagsForResourceResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client