Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.StopAutomationExecution C# (CSharp) 메소드

StopAutomationExecution() 공개 메소드

Stop an Automation that is currently executing.
/// There is no automation execution information for the requested automation execution /// ID. /// /// An error occurred on the server side. ///
public StopAutomationExecution ( StopAutomationExecutionRequest request ) : StopAutomationExecutionResponse
request Amazon.SimpleSystemsManagement.Model.StopAutomationExecutionRequest Container for the necessary parameters to execute the StopAutomationExecution service method.
리턴 StopAutomationExecutionResponse
        public StopAutomationExecutionResponse StopAutomationExecution(StopAutomationExecutionRequest request)
        {
            var marshaller = new StopAutomationExecutionRequestMarshaller();
            var unmarshaller = StopAutomationExecutionResponseUnmarshaller.Instance;

            return Invoke<StopAutomationExecutionRequest,StopAutomationExecutionResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient