NetAppSubscriptionQuotaItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| NetAppSubscriptionQuotaItem() |
Initializes a new instance of NetAppSubscriptionQuotaItem. |
| NetAppSubscriptionQuotaItem(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
NetAppSubscriptionQuotaItem()
Initializes a new instance of NetAppSubscriptionQuotaItem.
public NetAppSubscriptionQuotaItem();
Public Sub New ()
Applies to
NetAppSubscriptionQuotaItem(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
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