AutomationCertificateCreateOrUpdateContent 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 AutomationCertificateCreateOrUpdateContent
type AutomationCertificateCreateOrUpdateContent = class
Public Class AutomationCertificateCreateOrUpdateContent
- Inheritance
-
AutomationCertificateCreateOrUpdateContent
Constructors
AutomationCertificateCreateOrUpdateContent(String, String) |
Initializes a new instance of AutomationCertificateCreateOrUpdateContent. |
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. |
ThumbprintString |
Gets or sets the thumbprint of the certificate. |
Applies to
Azure SDK for .NET