次の方法で共有


IMachineRunCommand.AsyncExecution Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="asyncExecution", Update=true)]
public bool? AsyncExecution { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="asyncExecution", Update=true)>]
member this.AsyncExecution : Nullable<bool> with get, set
Public Property AsyncExecution As Nullable(Of Boolean)

Property Value

Attributes

Applies to