CsmUsageQuota 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
CsmUsageQuota() |
Initializes a new instance of the CsmUsageQuota class. |
CsmUsageQuota(String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, LocalizableString) |
Initializes a new instance of the CsmUsageQuota class. |
CsmUsageQuota()
Initializes a new instance of the CsmUsageQuota class.
public CsmUsageQuota ();
Public Sub New ()
Applies to
CsmUsageQuota(String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, LocalizableString)
Initializes a new instance of the CsmUsageQuota class.
public CsmUsageQuota (string unit = default, DateTime? nextResetTime = default, long? currentValue = default, long? limit = default, Microsoft.Azure.Management.AppService.Fluent.Models.LocalizableString name = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota : string * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Management.AppService.Fluent.Models.LocalizableString -> Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota
Public Sub New (Optional unit As String = Nothing, Optional nextResetTime As Nullable(Of DateTime) = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional name As LocalizableString = Nothing)
Parameters
- unit
- String
Units of measurement for the quota resource.
- name
- LocalizableString
Quota name.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET