WaitOnExternal.MaximumRetry Property
Gets or sets the number of times to check for the availability of the external data. The allowed maximum value is 10.
Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)
Usage
'Usage
Dim instance As WaitOnExternal
Dim value As Nullable(Of Integer)
value = instance.MaximumRetry
instance.MaximumRetry = value
Syntax
'Declaration
Public Property MaximumRetry As Nullable(Of Integer)
public Nullable<int> MaximumRetry { get; set; }
public:
property Nullable<int> MaximumRetry {
Nullable<int> get ();
void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_MaximumRetry ()
/** @property */
public void set_MaximumRetry (Nullable<int> value)
public function get MaximumRetry () : Nullable<int>
public function set MaximumRetry (value : Nullable<int>)
Property Value
The maximum retry.
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
WaitOnExternal Class
WaitOnExternal Members
Microsoft.Azure.Management.DataFactories.Models Namespace