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

GetHealthCheck() public méthode

Gets information about a specified health check. Send a GET request to the /2013-04-01/healthcheck/health check ID resource. For more information about using the console to perform this operation, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
/// The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. /// Please consider using a newer endpoint or a tool that does so. /// /// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. ///
public GetHealthCheck ( GetHealthCheckRequest request ) : GetHealthCheckResponse
request GetHealthCheckRequest Container for the necessary parameters to execute the GetHealthCheck service method.
Résultat GetHealthCheckResponse
        public GetHealthCheckResponse GetHealthCheck(GetHealthCheckRequest request)
        {
            var marshaller = new GetHealthCheckRequestMarshaller();
            var unmarshaller = GetHealthCheckResponseUnmarshaller.Instance;

            return Invoke<GetHealthCheckRequest,GetHealthCheckResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client