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

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

Lists tags for up to 10 health checks or hosted zones.

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 ListTagsForResources ( ListTagsForResourcesRequest request ) : ListTagsForResourcesResponse
request ListTagsForResourcesRequest Container for the necessary parameters to execute the ListTagsForResources service method.
Результат ListTagsForResourcesResponse
        public ListTagsForResourcesResponse ListTagsForResources(ListTagsForResourcesRequest request)
        {
            var marshaller = new ListTagsForResourcesRequestMarshaller();
            var unmarshaller = ListTagsForResourcesResponseUnmarshaller.Instance;

            return Invoke<ListTagsForResourcesRequest,ListTagsForResourcesResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client