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

Constructors

ContainerHttpGet(Int32)

Initializes a new instance of ContainerHttpGet.

Properties

HttpHeaders

The HTTP headers.

Path

The path to probe.

Port

The port number to probe.

Scheme

The scheme.

Explicit Interface Implementations

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