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

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

Registers a patch baseline for a patch group.
/// Error returned if an attempt is made to register a patch group with a patch baseline /// that is already registered with a different patch baseline. /// /// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. /// /// Error returned when the caller has exceeded the default resource limits (e.g. too /// many Maintenance Windows have been created). ///
public RegisterPatchBaselineForPatchGroup ( RegisterPatchBaselineForPatchGroupRequest request ) : RegisterPatchBaselineForPatchGroupResponse
request Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the RegisterPatchBaselineForPatchGroup service method.
Результат Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupResponse
        public RegisterPatchBaselineForPatchGroupResponse RegisterPatchBaselineForPatchGroup(RegisterPatchBaselineForPatchGroupRequest request)
        {
            var marshaller = new RegisterPatchBaselineForPatchGroupRequestMarshaller();
            var unmarshaller = RegisterPatchBaselineForPatchGroupResponseUnmarshaller.Instance;

            return Invoke<RegisterPatchBaselineForPatchGroupRequest,RegisterPatchBaselineForPatchGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient