IContainerProbe.ExecCommand Property

Definition

The commands to execute within the container.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The commands to execute within the container.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="command", Update=true)]
public System.Collections.Generic.List<string> ExecCommand { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The commands to execute within the container.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="command", Update=true)>]
member this.ExecCommand : System.Collections.Generic.List<string> with get, set
Public Property ExecCommand As List(Of String)

Property Value

Attributes

Applies to