Share via


InitContainerPropertiesDefinitionInstanceView Class

Definition

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

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

Properties

Name Description
CurrentState

The current state of the init container.

Events

The events of the init container.

PreviousState

The previous state of the init container.

RestartCount

The number of times that the init container has been restarted.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<InitContainerPropertiesDefinitionInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InitContainerPropertiesDefinitionInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InitContainerPropertiesDefinitionInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InitContainerPropertiesDefinitionInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InitContainerPropertiesDefinitionInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to