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 ( DeleteHsmRequest request ) : DeleteHsmResponse
request Amazon.CloudHSM.Model.DeleteHsmRequest Container for the necessary parameters to execute the DeleteHsm service method.
Результат Amazon.CloudHSM.Model.DeleteHsmResponse
        public DeleteHsmResponse DeleteHsm(DeleteHsmRequest request)
        {
            var marshaller = new DeleteHsmRequestMarshaller();
            var unmarshaller = DeleteHsmResponseUnmarshaller.Instance;

            return Invoke<DeleteHsmRequest,DeleteHsmResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCloudHSMClient::DeleteHsm ( string hsmArn ) : DeleteHsmResponse