C# Класс Amazon.CertificateManager.Model.DeleteCertificateRequest

Container for the parameters to the DeleteCertificate operation. Deletes an ACM Certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list of ACM Certificates that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action. The certificate will not be available for use by other AWS services.

You cannot delete an ACM Certificate that is being used by another AWS service. To delete a certificate that is in use, the certificate association must first be removed.

Наследование: AmazonCertificateManagerRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteCertificateRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteCertificateRequest ( string certificateArn ) : System

Instantiates DeleteCertificateRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetCertificateArn ( ) : bool

Описание методов

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

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteCertificateRequest ( ) : System
Результат System

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

Instantiates DeleteCertificateRequest with the parameterized properties
public DeleteCertificateRequest ( string certificateArn ) : System
certificateArn string String that contains the ARN of the ACM Certificate to be deleted. This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
Результат System