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

CreateRepository() public method

Creates an image repository.
/// The specified parameter is invalid. Review the available parameters for the API request. /// /// The operation did not succeed because it would have exceeded a service limit for your /// account. For more information, see Amazon /// ECR Default Service Limits in the Amazon EC2 Container Registry User Guide. /// /// The specified repository already exists in the specified registry. /// /// These errors are usually caused by a server-side issue. ///
public CreateRepository ( Amazon.ECR.Model.CreateRepositoryRequest request ) : CreateRepositoryResponse
request Amazon.ECR.Model.CreateRepositoryRequest Container for the necessary parameters to execute the CreateRepository service method.
return Amazon.ECR.Model.CreateRepositoryResponse
        public CreateRepositoryResponse CreateRepository(CreateRepositoryRequest request)
        {
            var marshaller = new CreateRepositoryRequestMarshaller();
            var unmarshaller = CreateRepositoryResponseUnmarshaller.Instance;

            return Invoke<CreateRepositoryRequest,CreateRepositoryResponse>(request, marshaller, unmarshaller);
        }
AmazonECRClient