Share via


SubscriptionGetResponse.MaximumStorageAccounts Property

 

Gets or sets the maximum number of storage accounts that can be allocated to the subscription.

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

Syntax

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

Property Value

Type: System.Int32

The maximum number of storage accounts.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top