NetAppSubscriptionQuotaItem Constructors

Definition

Overloads

NetAppSubscriptionQuotaItem()

Source:
NetAppSubscriptionQuotaItem.cs
Source:
NetAppSubscriptionQuotaItem.cs

Initializes a new instance of NetAppSubscriptionQuotaItem.

public NetAppSubscriptionQuotaItem();
Public Sub New ()

Applies to

NetAppSubscriptionQuotaItem(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Source:
NetAppSubscriptionQuotaItem.cs
Source:
NetAppSubscriptionQuotaItem.cs
public NetAppSubscriptionQuotaItem(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? current = default, int? default = default, int? usage = default);
new Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem
Public Sub New (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional current As Nullable(Of Integer) = Nothing, Optional default As Nullable(Of Integer) = Nothing, Optional usage As Nullable(Of Integer) = Nothing)

Parameters

name
String
resourceType
ResourceType
systemData
SystemData
current
Nullable<Int32>
default
Nullable<Int32>
usage
Nullable<Int32>

Applies to