Share via


SubscriptionGetResponse.MaximumHostedServices Property

 

Gets or sets the maximum number of cloud services that can be allocated to the subscription.

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

Syntax

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

Property Value

Type: System.Int32

The maximum number of cloud services.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top