CurrentQuotaLimitBase 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
CurrentQuotaLimitBase() |
Initializes a new instance of the CurrentQuotaLimitBase class. |
CurrentQuotaLimitBase(String, String, String, QuotaProperties) |
Initializes a new instance of the CurrentQuotaLimitBase class. |
CurrentQuotaLimitBase()
Initializes a new instance of the CurrentQuotaLimitBase class.
public CurrentQuotaLimitBase ();
Public Sub New ()
Applies to
CurrentQuotaLimitBase(String, String, String, QuotaProperties)
Initializes a new instance of the CurrentQuotaLimitBase class.
public CurrentQuotaLimitBase (string id = default, string type = default, string name = default, Microsoft.Azure.Management.Quota.Models.QuotaProperties properties = default);
new Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase : string * string * string * Microsoft.Azure.Management.Quota.Models.QuotaProperties -> Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional properties As QuotaProperties = Nothing)
Parameters
- id
- String
The resource ID.
- type
- String
The resource type.
- name
- String
The resource name.
- properties
- QuotaProperties
Quota properties for the specified resource, based on the API called, Quotas or Usages.