ContainerAppJobPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
|---|---|
| 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
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, 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. |