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

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

Gets information about one or more applications.
/// 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. ///
public BatchGetApplications ( BatchGetApplicationsRequest request ) : Amazon.CodeDeploy.Model.BatchGetApplicationsResponse
request Amazon.CodeDeploy.Model.BatchGetApplicationsRequest Container for the necessary parameters to execute the BatchGetApplications service method.
Результат Amazon.CodeDeploy.Model.BatchGetApplicationsResponse
        public BatchGetApplicationsResponse BatchGetApplications(BatchGetApplicationsRequest request)
        {
            var marshaller = new BatchGetApplicationsRequestMarshaller();
            var unmarshaller = BatchGetApplicationsResponseUnmarshaller.Instance;

            return Invoke<BatchGetApplicationsRequest,BatchGetApplicationsResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient