IContainerProbe.HttpGetScheme Property
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 scheme.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The scheme.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme) }, ReadOnly=false, Required=false, SerializedName="scheme")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme? HttpGetScheme { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The scheme.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme) }, ReadOnly=false, Required=false, SerializedName="scheme")>]
member this.HttpGetScheme : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme> with get, set
Public Property HttpGetScheme As Nullable(Of Scheme)
Property Value
- Attributes