Share via


ContainerHttpGet Class

Definition

The container Http Get settings, for liveness or readiness probe.

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

Constructors

Name Description
ContainerHttpGet(Int32)

Initializes a new instance of ContainerHttpGet.

Properties

Name Description
HttpHeaders

The HTTP headers.

Path

The path to probe.

Port

The port number to probe.

Scheme

The scheme.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ContainerHttpGet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerHttpGet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerHttpGet>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerHttpGet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to