ContainerAppJobPatchProperties 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.
The ContainerAppJobPatchProperties.
public class ContainerAppJobPatchProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppJobPatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppJobPatchProperties>
type ContainerAppJobPatchProperties = class
interface IJsonModel<ContainerAppJobPatchProperties>
interface IPersistableModel<ContainerAppJobPatchProperties>
Public Class ContainerAppJobPatchProperties
Implements IJsonModel(Of ContainerAppJobPatchProperties), IPersistableModel(Of ContainerAppJobPatchProperties)
- Inheritance
-
ContainerAppJobPatchProperties
- Implements
Constructors
ContainerAppJobPatchProperties() |
Initializes a new instance of ContainerAppJobPatchProperties. |
Properties
Configuration |
Container Apps Job configuration properties. |
EnvironmentId |
Resource ID of environment. |
EventStreamEndpoint |
The endpoint of the eventstream of the container apps job. |
OutboundIPAddresses |
Outbound IP Addresses of a container apps job. |
Template |
Container Apps job definition. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerAppJobPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerAppJobPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerAppJobPatchProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerAppJobPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerAppJobPatchProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET