Sdílet prostřednictvím


AutomationCertificateCreateOrUpdateContent Class

Definition

The parameters supplied to the create or update or replace certificate operation.

public class AutomationCertificateCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationCertificateCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationCertificateCreateOrUpdateContent>
public class AutomationCertificateCreateOrUpdateContent
type AutomationCertificateCreateOrUpdateContent = class
    interface IJsonModel<AutomationCertificateCreateOrUpdateContent>
    interface IPersistableModel<AutomationCertificateCreateOrUpdateContent>
type AutomationCertificateCreateOrUpdateContent = class
Public Class AutomationCertificateCreateOrUpdateContent
Implements IJsonModel(Of AutomationCertificateCreateOrUpdateContent), IPersistableModel(Of AutomationCertificateCreateOrUpdateContent)
Public Class AutomationCertificateCreateOrUpdateContent
Inheritance
AutomationCertificateCreateOrUpdateContent
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationCertificateCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AutomationCertificateCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationCertificateCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationCertificateCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AutomationCertificateCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to