Amazon.CloudHSM.AmazonCloudHSMClient.DeleteHsm C# (CSharp) Метод

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

Deletes an HSM. After completion, this operation cannot be undone and your key material cannot be recovered.
/// Indicates that an internal error occurred. /// /// Indicates that an exception occurred in the AWS CloudHSM service. /// /// Indicates that one or more of the request parameters are not valid. ///
public DeleteHsm ( string hsmArn ) : DeleteHsmResponse
hsmArn string The ARN of the HSM to delete.
Результат Amazon.CloudHSM.Model.DeleteHsmResponse
        public DeleteHsmResponse DeleteHsm(string hsmArn)
        {
            var request = new DeleteHsmRequest();
            request.HsmArn = hsmArn;
            return DeleteHsm(request);
        }

Same methods

AmazonCloudHSMClient::DeleteHsm ( DeleteHsmRequest request ) : DeleteHsmResponse