ServiceCertificateDeleteParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Delete Service Certificate operation.
public class ServiceCertificateDeleteParameters
type ServiceCertificateDeleteParameters = class
Public Class ServiceCertificateDeleteParameters
- Inheritance
-
ServiceCertificateDeleteParameters
Constructors
ServiceCertificateDeleteParameters() |
Initializes a new instance of the ServiceCertificateDeleteParameters class. |
ServiceCertificateDeleteParameters(String, String, String) |
Initializes a new instance of the ServiceCertificateDeleteParameters class with required arguments. |
Properties
ServiceName |
Required. The DNS prefix name of your service. |
Thumbprint |
Required. The hexadecimal representation of the thumbprint. |
ThumbprintAlgorithm |
Required. The algorithm for the certificate's thumbprint. |
Applies to
Azure SDK for .NET