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

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

Updates an existing health check.

Send a POST request to the /2013-04-01/healthcheck/health check ID resource. The request body must include a document with an UpdateHealthCheckRequest element. For more information about updating health checks, see Creating, Updating, and Deleting Health Checks in the Amazon Route 53 Developer Guide.

/// The value of HealthCheckVersion in the request doesn't match the value /// of HealthCheckVersion in the health check. /// /// The input is not valid. /// /// No health check exists with the ID that you specified in the DeleteHealthCheck /// request. ///
public UpdateHealthCheck ( UpdateHealthCheckRequest request ) : UpdateHealthCheckResponse
request UpdateHealthCheckRequest Container for the necessary parameters to execute the UpdateHealthCheck service method.
Результат UpdateHealthCheckResponse
        public UpdateHealthCheckResponse UpdateHealthCheck(UpdateHealthCheckRequest request)
        {
            var marshaller = new UpdateHealthCheckRequestMarshaller();
            var unmarshaller = UpdateHealthCheckResponseUnmarshaller.Instance;

            return Invoke<UpdateHealthCheckRequest,UpdateHealthCheckResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client