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

Name Description
ContainerAppJobPatch()

Initializes a new instance of ContainerAppJobPatch.

Properties

Name Description
ExtendedLocation

The complex type of the extended location.

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

Container Apps Job patch resource properties.

Tags

Resource tags.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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