Container for the parameters to the DeleteServerCertificate operation.
            Deletes the specified server certificate.
            
                    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.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteServerCertificateRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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 | 
            Gets and sets the property ServerCertificateName. 
             The name of the server certificate you want to delete. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithServerCertificateName(String) | Obsolete. 
            Sets the ServerCertificateName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteServerCertificateRequest | |