Amazon.ECR.AmazonECRClient.BatchCheckLayerAvailability C# (CSharp) Метод

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

Check the availability of multiple image layers in a specified registry and repository.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

/// 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 BatchCheckLayerAvailability ( BatchCheckLayerAvailabilityRequest request ) : BatchCheckLayerAvailabilityResponse
request Amazon.ECR.Model.BatchCheckLayerAvailabilityRequest Container for the necessary parameters to execute the BatchCheckLayerAvailability service method.
Результат Amazon.ECR.Model.BatchCheckLayerAvailabilityResponse
        public BatchCheckLayerAvailabilityResponse BatchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest request)
        {
            var marshaller = new BatchCheckLayerAvailabilityRequestMarshaller();
            var unmarshaller = BatchCheckLayerAvailabilityResponseUnmarshaller.Instance;

            return Invoke<BatchCheckLayerAvailabilityRequest,BatchCheckLayerAvailabilityResponse>(request, marshaller, unmarshaller);
        }
AmazonECRClient