Amazon.ECR.AmazonECRClient.BatchGetImage C# (CSharp) Method

BatchGetImage() public method

Gets detailed information for specified images within a specified repository. Images are specified with either imageTag or imageDigest.
/// The specified parameter is invalid. Review the available parameters for the API request. /// /// The specified repository could not be found. Check the spelling of the specified repository /// and ensure that you are performing operations on the correct registry. /// /// These errors are usually caused by a server-side issue. ///
public BatchGetImage ( BatchGetImageRequest request ) : BatchGetImageResponse
request Amazon.ECR.Model.BatchGetImageRequest Container for the necessary parameters to execute the BatchGetImage service method.
return Amazon.ECR.Model.BatchGetImageResponse
        public BatchGetImageResponse BatchGetImage(BatchGetImageRequest request)
        {
            var marshaller = new BatchGetImageRequestMarshaller();
            var unmarshaller = BatchGetImageResponseUnmarshaller.Instance;

            return Invoke<BatchGetImageRequest,BatchGetImageResponse>(request, marshaller, unmarshaller);
        }
AmazonECRClient