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

GetPatchBaselineForPatchGroup() 공개 메소드

Retrieves the patch baseline that should be used for the specified patch group.
/// An error occurred on the server side. ///
public GetPatchBaselineForPatchGroup ( GetPatchBaselineForPatchGroupRequest request ) : GetPatchBaselineForPatchGroupResponse
request Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the GetPatchBaselineForPatchGroup service method.
리턴 Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupResponse
        public GetPatchBaselineForPatchGroupResponse GetPatchBaselineForPatchGroup(GetPatchBaselineForPatchGroupRequest request)
        {
            var marshaller = new GetPatchBaselineForPatchGroupRequestMarshaller();
            var unmarshaller = GetPatchBaselineForPatchGroupResponseUnmarshaller.Instance;

            return Invoke<GetPatchBaselineForPatchGroupRequest,GetPatchBaselineForPatchGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient