IStorageApplianceRunReadCommandsParameters.LimitTimeSecond Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum time the commands are allowed to run.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The maximum time the commands are allowed to run.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=true, SerializedName="limitTimeSeconds", Update=true)]
public long LimitTimeSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The maximum time the commands are allowed to run.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=true, SerializedName="limitTimeSeconds", Update=true)>]
member this.LimitTimeSecond : int64 with get, set
Public Property LimitTimeSecond As Long
Property Value
- Attributes