Share via


SubscriptionGetResponse.CurrentVirtualNetworkSites Property

 

Gets or sets the number of currently allocated Virtual Network sites.

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

Syntax

public int CurrentVirtualNetworkSites { get; set; }
public:
property int CurrentVirtualNetworkSites {
    int get();
    void set(int value);
}
member CurrentVirtualNetworkSites : int with get, set
Public Property CurrentVirtualNetworkSites As Integer

Property Value

Type: System.Int32

The number of currently allocated Virtual Network sites.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top