Share via


SubscriptionGetResponse.CurrentCoreCount Property

 

Gets or sets the number of currently allocated cores.

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

Syntax

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

Property Value

Type: System.Int32

The number of currently allocated cores.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top