次の方法で共有


ContainerAppJobPatch Class

Definition

Container Apps Job resource specific properties.

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

Constructors

ContainerAppJobPatch()

Initializes a new instance of ContainerAppJobPatch.

Properties

Identity

Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.

Properties

Gets or sets the properties.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppJobPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppJobPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppJobPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppJobPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppJobPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to