AutoscaleClient.LongRunningOperationRetryTimeout Property
Gets or sets the retry timeout for Long Running Operations.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public int LongRunningOperationRetryTimeout { get; set; }
public:
property int LongRunningOperationRetryTimeout {
virtual int get() sealed;
virtual void set(int value) sealed;
}
abstract LongRunningOperationRetryTimeout : int with get, set
override LongRunningOperationRetryTimeout : int with get, set
Public Property LongRunningOperationRetryTimeout As Integer
Property Value
Type: System.Int32
Implements
IAutoscaleClient.LongRunningOperationRetryTimeout
See Also
AutoscaleClient Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale Namespace
Return to top