IDataLakeAnalyticsManagementClient.LongRunningOperationRetryTimeout Property
Gets or sets the retry timeout for Long Running Operations.
Namespace: Microsoft.Azure.Management.DataLake.Analytics
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
int LongRunningOperationRetryTimeout { get; set; }
property int LongRunningOperationRetryTimeout {
int get();
void set(int value);
}
abstract LongRunningOperationRetryTimeout : int with get, set
Property LongRunningOperationRetryTimeout As Integer
Property Value
Type: System.Int32
See Also
IDataLakeAnalyticsManagementClient Interface
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top