Compartilhar via


ContainerAppProbeHttpGet Class

Definition

HTTPGet specifies the http request to perform.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppProbeHttpGetTypeConverter))]
public class ContainerAppProbeHttpGet : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbeHttpGet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppProbeHttpGetTypeConverter))>]
type ContainerAppProbeHttpGet = class
    interface IContainerAppProbeHttpGet
    interface IJsonSerializable
Public Class ContainerAppProbeHttpGet
Implements IContainerAppProbeHttpGet
Inheritance
ContainerAppProbeHttpGet
Attributes
Implements

Constructors

ContainerAppProbeHttpGet()

Creates an new ContainerAppProbeHttpGet instance.

Properties

Host

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

HttpHeader

Custom headers to set in the request. HTTP allows repeated headers.

Path

Path to access on the HTTP server.

Port

Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

Scheme

Scheme to use for connecting to the host. Defaults to HTTP.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerAppProbeHttpGet.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerAppProbeHttpGet.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbeHttpGet.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerAppProbeHttpGet into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to