QuotaProperties 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
QuotaProperties() |
Initializes a new instance of the QuotaProperties class. |
QuotaProperties(LimitJsonObject, String, ResourceName, String, String, Nullable<Boolean>, Object) |
Initializes a new instance of the QuotaProperties class. |
QuotaProperties()
Initializes a new instance of the QuotaProperties class.
public QuotaProperties ();
Public Sub New ()
Applies to
QuotaProperties(LimitJsonObject, String, ResourceName, String, String, Nullable<Boolean>, Object)
Initializes a new instance of the QuotaProperties class.
public QuotaProperties (Microsoft.Azure.Management.Quota.Models.LimitJsonObject limit = default, string unit = default, Microsoft.Azure.Management.Quota.Models.ResourceName name = default, string resourceType = default, string quotaPeriod = default, bool? isQuotaApplicable = default, object properties = default);
new Microsoft.Azure.Management.Quota.Models.QuotaProperties : Microsoft.Azure.Management.Quota.Models.LimitJsonObject * string * Microsoft.Azure.Management.Quota.Models.ResourceName * string * string * Nullable<bool> * obj -> Microsoft.Azure.Management.Quota.Models.QuotaProperties
Public Sub New (Optional limit As LimitJsonObject = Nothing, Optional unit As String = Nothing, Optional name As ResourceName = Nothing, Optional resourceType As String = Nothing, Optional quotaPeriod As String = Nothing, Optional isQuotaApplicable As Nullable(Of Boolean) = Nothing, Optional properties As Object = Nothing)
Parameters
- limit
- LimitJsonObject
Resource quota limit properties.
- unit
- String
The quota units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.
- name
- ResourceName
Resource name provided by the resource provider. Use this property name when requesting quota.
- resourceType
- String
Resource type name.
- quotaPeriod
- String
The time period over which the quota usage values are summarized. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because, for some resources like compute, the period is irrelevant.
- properties
- Object
Additional properties for the specific resource provider.