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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET