Share via


SubscriptionGetResponse.MaximumCoreCount Property

 

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

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

Syntax

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

Property Value

Type: System.Int32

The maximum number of cores.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top