NetworkManagementClient.LongRunningOperationRetryTimeout Property
Gets or sets the retry timeout for Long Running Operations.
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.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
INetworkManagementClient.LongRunningOperationRetryTimeout
See Also
NetworkManagementClient Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top