次の方法で共有


ContainerAppManagedCertificatePatch Class

Definition

A managed certificate to update.

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

Constructors

ContainerAppManagedCertificatePatch()

Initializes a new instance of ContainerAppManagedCertificatePatch.

Properties

Tags

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppManagedCertificatePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppManagedCertificatePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppManagedCertificatePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppManagedCertificatePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppManagedCertificatePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to