IContainerExecRequest.Command Property

Definition

The command to be executed.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The command to be executed.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="command")]
public string Command { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The command to be executed.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="command")>]
member this.Command : string with get, set
Public Property Command As String

Property Value

Attributes

Applies to