Usage 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
Usage() | |
Usage(String, String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, Nullable<ComputeModeOptions>, String) |
Usage()
public Usage ();
Public Sub New ()
Applies to
Usage(String, String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, Nullable<ComputeModeOptions>, String)
public Usage (string id = default, string name = default, string kind = default, string type = default, string displayName = default, string usageName = default, string resourceName = default, string unit = default, long? currentValue = default, long? limit = default, DateTime? nextResetTime = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ComputeModeOptions? computeMode = default, string siteMode = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Usage : string * string * string * string * string * string * string * string * Nullable<int64> * Nullable<int64> * Nullable<DateTime> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ComputeModeOptions> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Usage
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional usageName As String = Nothing, Optional resourceName As String = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional nextResetTime As Nullable(Of DateTime) = Nothing, Optional computeMode As Nullable(Of ComputeModeOptions) = Nothing, Optional siteMode As String = Nothing)
Parameters
- id
- String
- name
- String
- kind
- String
- type
- String
- displayName
- String
- usageName
- String
- resourceName
- String
- unit
- String
- computeMode
- Nullable<ComputeModeOptions>
- siteMode
- String