Share via


SubscriptionQuotaItem Constructors

Definition

Overloads

SubscriptionQuotaItem()

Initializes a new instance of the SubscriptionQuotaItem class.

SubscriptionQuotaItem(String, String, String, SystemData, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the SubscriptionQuotaItem class.

SubscriptionQuotaItem()

Initializes a new instance of the SubscriptionQuotaItem class.

public SubscriptionQuotaItem ();
Public Sub New ()

Applies to

SubscriptionQuotaItem(String, String, String, SystemData, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the SubscriptionQuotaItem class.

public SubscriptionQuotaItem (string id = default, string name = default, string type = default, Microsoft.Azure.Management.NetApp.Models.SystemData systemData = default, int? current = default, int? defaultProperty = default);
new Microsoft.Azure.Management.NetApp.Models.SubscriptionQuotaItem : string * string * string * Microsoft.Azure.Management.NetApp.Models.SystemData * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.NetApp.Models.SubscriptionQuotaItem
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional current As Nullable(Of Integer) = Nothing, Optional defaultProperty As Nullable(Of Integer) = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

current
Nullable<Int32>

The current quota value.

defaultProperty
Nullable<Int32>

The default quota value.

Applies to