IContainerProbe.HttpGetScheme Property

Definition

The scheme.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PSArgumentCompleter(new System.String[] { "http", "https" })]
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The scheme.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scheme", Update=true)]
public string HttpGetScheme { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PSArgumentCompleter(new System.String[] { "http", "https" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The scheme.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scheme", Update=true)>]
member this.HttpGetScheme : string with get, set
Public Property HttpGetScheme As String

Property Value

Attributes

Applies to