你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerHttpGet Class

Definition

The container Http Get settings, for liveness or readiness probe

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerHttpGetTypeConverter))]
public class ContainerHttpGet : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainerHttpGet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerHttpGetTypeConverter))>]
type ContainerHttpGet = class
    interface IContainerHttpGet
    interface IJsonSerializable
Public Class ContainerHttpGet
Implements IContainerHttpGet
Inheritance
ContainerHttpGet
Attributes
Implements

Constructors

ContainerHttpGet()

Creates an new ContainerHttpGet instance.

Properties

HttpHeader

The HTTP headers.

Path

The path to probe.

Port

The port number to probe.

Scheme

The scheme.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerHttpGet.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerHttpGet.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainerHttpGet.

FromJsonString(String)

Creates a new instance of ContainerHttpGet, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerHttpGet into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to