Share via


ContainerAppJobExecutions Class

Definition

Container App executions collection ARM resource.

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

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppJobExecutions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppJobExecutions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppJobExecutions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppJobExecutions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppJobExecutions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to