IContainerExecResponse.WebSocketUri Property

Definition

The uri for the exec websocket.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The uri for the exec websocket.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="webSocketUri", Update=true)]
public string WebSocketUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The uri for the exec websocket.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="webSocketUri", Update=true)>]
member this.WebSocketUri : string with get, set
Public Property WebSocketUri As String

Property Value

Attributes

Applies to