IDevBoxTunnel.CodeTunnelUrl 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 code tunnel's url.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The code tunnel's url.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=true, SerializedName="codeTunnelUrl")]
public string CodeTunnelUrl { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The code tunnel's url.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=true, SerializedName="codeTunnelUrl")>]
member this.CodeTunnelUrl : string
Public ReadOnly Property CodeTunnelUrl As String
Property Value
- Attributes