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>
public class InitContainerPropertiesDefinitionInstanceView
type InitContainerPropertiesDefinitionInstanceView = class
    interface IJsonModel<InitContainerPropertiesDefinitionInstanceView>
    interface IPersistableModel<InitContainerPropertiesDefinitionInstanceView>
type InitContainerPropertiesDefinitionInstanceView = class
Public Class InitContainerPropertiesDefinitionInstanceView
Implements IJsonModel(Of InitContainerPropertiesDefinitionInstanceView), IPersistableModel(Of InitContainerPropertiesDefinitionInstanceView)
Public Class InitContainerPropertiesDefinitionInstanceView
Inheritance
InitContainerPropertiesDefinitionInstanceView
Implements

Properties

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.

Explicit Interface Implementations

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