CertificateCreateOrUpdateParameters 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.
The parameters supplied to the create or update or replace certificate operation.
public class CertificateCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class CertificateCreateOrUpdateParameters
type CertificateCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CertificateCreateOrUpdateParameters = class
Public Class CertificateCreateOrUpdateParameters
- Inheritance
-
CertificateCreateOrUpdateParameters
- Attributes
Constructors
CertificateCreateOrUpdateParameters() |
Initializes a new instance of the CertificateCreateOrUpdateParameters class. |
CertificateCreateOrUpdateParameters(String, CertificateCreateOrUpdateProperties) | |
CertificateCreateOrUpdateParameters(String, String, String, String, Boolean) |
Initializes a new instance of the CertificateCreateOrUpdateParameters class. |
Properties
Base64Value |
Gets or sets the base64 encoded value of the certificate. |
Description |
Gets or sets the description of the certificate. |
IsExportable |
Gets or sets the is exportable flag of the certificate. |
Name |
Gets or sets the name of the certificate. |
Properties | |
Thumbprint |
Gets or sets the thumbprint of the certificate. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET