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

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

Notify Amazon ECR that you intend to upload an image layer.

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 InitiateLayerUpload ( InitiateLayerUploadRequest request ) : InitiateLayerUploadResponse
request Amazon.ECR.Model.InitiateLayerUploadRequest Container for the necessary parameters to execute the InitiateLayerUpload service method.
Результат Amazon.ECR.Model.InitiateLayerUploadResponse
        public InitiateLayerUploadResponse InitiateLayerUpload(InitiateLayerUploadRequest request)
        {
            var marshaller = new InitiateLayerUploadRequestMarshaller();
            var unmarshaller = InitiateLayerUploadResponseUnmarshaller.Instance;

            return Invoke<InitiateLayerUploadRequest,InitiateLayerUploadResponse>(request, marshaller, unmarshaller);
        }
AmazonECRClient