IContainerProperties.LivenessProbeHttpGetHttpHeader Property

Definition

The HTTP headers.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The HTTP headers.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IHttpHeader) }, Read=true, ReadOnly=false, Required=false, SerializedName="httpHeaders", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IHttpHeader> LivenessProbeHttpGetHttpHeader { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The HTTP headers.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IHttpHeader) }, Read=true, ReadOnly=false, Required=false, SerializedName="httpHeaders", Update=true)>]
member this.LivenessProbeHttpGetHttpHeader : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IHttpHeader> with get, set
Public Property LivenessProbeHttpGetHttpHeader As List(Of IHttpHeader)

Property Value

Attributes

Applies to