Share via


ComputeManagementClient.LongRunningOperationInitialTimeout Property

 

Gets or sets the initial timeout for Long Running Operations.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public int LongRunningOperationInitialTimeout { get; set; }
public:
property int LongRunningOperationInitialTimeout {
    virtual int get() sealed;
    virtual void set(int value) sealed;
}
abstract LongRunningOperationInitialTimeout : int with get, set
override LongRunningOperationInitialTimeout : int with get, set
Public Property LongRunningOperationInitialTimeout As Integer

Property Value

Type: System.Int32

Implements

IComputeManagementClient.LongRunningOperationInitialTimeout

See Also

ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top