Container for the parameters to the DeleteServerCertificate operation.
Namespace: Amazon.IdentityManagement.ModelDeletes the specified server certificate.
IMPORTANT:If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, go to DeleteLoadBalancerListeners in the Elastic Load Balancing API Reference.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteServerCertificateRequest : AmazonWebServiceRequest
Public Class DeleteServerCertificateRequest _ Inherits AmazonWebServiceRequest
public ref class DeleteServerCertificateRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteServerCertificateRequest()()()() | Initializes a new instance of the DeleteServerCertificateRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ServerCertificateName |
The name of the server certificate you want to delete.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithServerCertificateName(String) |
Sets the ServerCertificateName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.IdentityManagement.Model..::..DeleteServerCertificateRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.IdentityManagement.Model..::..DeleteServerCertificateRequest