IPoolUserSpec.ResizeTimeout Property
Gets or sets the timeout for allocation of dedicated VMs to the pool.
Namespace: Microsoft.Azure.Batch
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Usage
'Usage
Dim instance As IPoolUserSpec
Dim value As Nullable(Of TimeSpan)
value = instance.ResizeTimeout
instance.ResizeTimeout = value
Syntax
'Declaration
Property ResizeTimeout As Nullable(Of TimeSpan)
Nullable<TimeSpan> ResizeTimeout { get; set; }
property Nullable<TimeSpan> ResizeTimeout {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
/** @property */
Nullable<TimeSpan> get_ResizeTimeout ()
/** @property */
void set_ResizeTimeout (Nullable<TimeSpan> value)
function get ResizeTimeout () : Nullable<TimeSpan>
function set ResizeTimeout (value : Nullable<TimeSpan>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IPoolUserSpec Interface
IPoolUserSpec Members
Microsoft.Azure.Batch Namespace