Share via


SubscriptionGetResponse.CurrentStorageAccounts Property

 

Gets or sets the number of currently allocated storage accounts.

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

Syntax

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

Property Value

Type: System.Int32

The number of currently allocated storage accounts.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top