ContainerHttpGet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| ContainerHttpGet() |
Creates an new ContainerHttpGet instance. |
Properties
| Name | Description |
|---|---|
| HttpHeader |
The HTTP headers. |
| Path |
The path to probe. |
| Port |
The port number to probe. |
| Scheme |
The scheme. |
Methods
| Name | Description |
|---|---|
| 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() | |