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

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

Deletes an existing image repository. If a repository contains images, you must use the force option to delete it.
/// The specified parameter is invalid. Review the available parameters for the API request. /// /// The specified repository contains images. To delete a repository that contains images, /// you must force the deletion with the force parameter. /// /// 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 DeleteRepository ( Amazon.ECR.Model.DeleteRepositoryRequest request ) : DeleteRepositoryResponse
request Amazon.ECR.Model.DeleteRepositoryRequest Container for the necessary parameters to execute the DeleteRepository service method.
Результат Amazon.ECR.Model.DeleteRepositoryResponse
        public DeleteRepositoryResponse DeleteRepository(DeleteRepositoryRequest request)
        {
            var marshaller = new DeleteRepositoryRequestMarshaller();
            var unmarshaller = DeleteRepositoryResponseUnmarshaller.Instance;

            return Invoke<DeleteRepositoryRequest,DeleteRepositoryResponse>(request, marshaller, unmarshaller);
        }
AmazonECRClient