Aracılığıyla paylaş


IJobExecutionContainer.Command Property

Definition

Container start command.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Container start command.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="command", Update=true)]
public System.Collections.Generic.List<string> Command { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Container start command.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="command", Update=true)>]
member this.Command : System.Collections.Generic.List<string> with get, set
Public Property Command As List(Of String)

Property Value

Attributes

Applies to