Amazon.CodeDeploy.AmazonCodeDeployClient.BatchGetDeploymentGroups C# (CSharp) Method

BatchGetDeploymentGroups() public method

Get information about one or more deployment groups.
/// 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 deployment group name was not specified. /// /// The application name was specified in an invalid format. /// /// The deployment group name was specified in an invalid format. ///
public BatchGetDeploymentGroups ( BatchGetDeploymentGroupsRequest request ) : BatchGetDeploymentGroupsResponse
request Amazon.CodeDeploy.Model.BatchGetDeploymentGroupsRequest Container for the necessary parameters to execute the BatchGetDeploymentGroups service method.
return Amazon.CodeDeploy.Model.BatchGetDeploymentGroupsResponse
        public BatchGetDeploymentGroupsResponse BatchGetDeploymentGroups(BatchGetDeploymentGroupsRequest request)
        {
            var marshaller = new BatchGetDeploymentGroupsRequestMarshaller();
            var unmarshaller = BatchGetDeploymentGroupsResponseUnmarshaller.Instance;

            return Invoke<BatchGetDeploymentGroupsRequest,BatchGetDeploymentGroupsResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient