Share via


IIngress.Transport Property

Definition

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

Applies to