Amazon.CodeDeploy.AmazonCodeDeployClient.BatchGetApplicationRevisions C# (CSharp) Метод

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

Gets information about one or more application revisions.
/// The application does not exist with the applicable IAM user or AWS account. /// /// The minimum number of required application names was not specified. /// /// The maximum number of names or IDs allowed for this request (100) was exceeded. /// /// The application name was specified in an invalid format. /// /// The revision was specified in an invalid format. /// /// The revision ID was not specified. ///
public BatchGetApplicationRevisions ( BatchGetApplicationRevisionsRequest request ) : BatchGetApplicationRevisionsResponse
request Amazon.CodeDeploy.Model.BatchGetApplicationRevisionsRequest Container for the necessary parameters to execute the BatchGetApplicationRevisions service method.
Результат Amazon.CodeDeploy.Model.BatchGetApplicationRevisionsResponse
        public BatchGetApplicationRevisionsResponse BatchGetApplicationRevisions(BatchGetApplicationRevisionsRequest request)
        {
            var marshaller = new BatchGetApplicationRevisionsRequestMarshaller();
            var unmarshaller = BatchGetApplicationRevisionsResponseUnmarshaller.Instance;

            return Invoke<BatchGetApplicationRevisionsRequest,BatchGetApplicationRevisionsResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient