次の方法で共有


ContainerAppCertificatePatch Class

Definition

A certificate to update.

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

Constructors

ContainerAppCertificatePatch()

Initializes a new instance of ContainerAppCertificatePatch.

Properties

Tags

Application-specific metadata in the form of key-value pairs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppCertificatePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppCertificatePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppCertificatePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppCertificatePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppCertificatePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to