IIngress.Transport 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.
Ingress transport protocol
[Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "auto", "http", "http2", "tcp" })]
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Ingress transport protocol", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="transport", Update=true)]
public string Transport { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "auto", "http", "http2", "tcp" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Ingress transport protocol", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="transport", Update=true)>]
member this.Transport : string with get, set
Public Property Transport As String
Property Value
- Attributes