Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.RegisterTaskWithMaintenanceWindow C# (CSharp) Метод

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

Adds a new task to a Maintenance Window.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// Error returned when an idempotent operation is retried and the parameters don’t match /// the original call to the API with the same idempotency token. /// /// An error occurred on the server side. /// /// Error returned when the caller has exceeded the default resource limits (e.g. too /// many Maintenance Windows have been created). ///
public RegisterTaskWithMaintenanceWindow ( RegisterTaskWithMaintenanceWindowRequest request ) : RegisterTaskWithMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowRequest Container for the necessary parameters to execute the RegisterTaskWithMaintenanceWindow service method.
Результат Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowResponse
        public RegisterTaskWithMaintenanceWindowResponse RegisterTaskWithMaintenanceWindow(RegisterTaskWithMaintenanceWindowRequest request)
        {
            var marshaller = new RegisterTaskWithMaintenanceWindowRequestMarshaller();
            var unmarshaller = RegisterTaskWithMaintenanceWindowResponseUnmarshaller.Instance;

            return Invoke<RegisterTaskWithMaintenanceWindowRequest,RegisterTaskWithMaintenanceWindowResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient