Udostępnij za pośrednictwem


AutomationCertificatePatch Class

Definition

The parameters supplied to the update certificate operation.

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

Constructors

AutomationCertificatePatch()

Initializes a new instance of AutomationCertificatePatch.

Properties

Description

Gets or sets the description of the certificate.

Name

Gets or sets the name of the certificate.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationCertificatePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationCertificatePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationCertificatePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationCertificatePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationCertificatePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to