VirtualMachineRunCommandInner.TimeoutInSeconds Property

Definition

Gets or sets the timeout in seconds to execute the run command.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.timeoutInSeconds")]
public int? TimeoutInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.timeoutInSeconds")>]
member this.TimeoutInSeconds : Nullable<int> with get, set
Public Property TimeoutInSeconds As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to