Share via


ContainerGroupInstanceView Class

Definition

The instance view of the container group. Only valid in response.

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

Properties

Events

The events of this container group.

State

The state of the container group. Only valid in response.

Explicit Interface Implementations

IJsonModel<ContainerGroupInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerGroupInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerGroupInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerGroupInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerGroupInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to