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

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

Retrieves information about a 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. ///
public GetPatchBaseline ( GetPatchBaselineRequest request ) : GetPatchBaselineResponse
request Amazon.SimpleSystemsManagement.Model.GetPatchBaselineRequest Container for the necessary parameters to execute the GetPatchBaseline service method.
Результат Amazon.SimpleSystemsManagement.Model.GetPatchBaselineResponse
        public GetPatchBaselineResponse GetPatchBaseline(GetPatchBaselineRequest request)
        {
            var marshaller = new GetPatchBaselineRequestMarshaller();
            var unmarshaller = GetPatchBaselineResponseUnmarshaller.Instance;

            return Invoke<GetPatchBaselineRequest,GetPatchBaselineResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient