SubscriptionGetResponse.CurrentHostedServices Property

 

Gets or sets the number of currently allocated cloud services.

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

Syntax

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

Property Value

Type: System.Int32

The number of currently allocated cloud services.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top