次の方法で共有


Usage コンストラクター

定義

オーバーロード

Usage()

Usage クラスの新しいインスタンスを初期化します。

Usage(String, Name, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Usage クラスの新しいインスタンスを初期化します。

Usage()

Usage クラスの新しいインスタンスを初期化します。

public Usage ();
Public Sub New ()

適用対象

Usage(String, Name, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Usage クラスの新しいインスタンスを初期化します。

public Usage (string id = default, Microsoft.Azure.Management.Sql.Models.Name name = default, string type = default, string unit = default, int? currentValue = default, int? limit = default, int? requestedLimit = default);
new Microsoft.Azure.Management.Sql.Models.Usage : string * Microsoft.Azure.Management.Sql.Models.Name * string * string * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Sql.Models.Usage
Public Sub New (Optional id As String = Nothing, Optional name As Name = Nothing, Optional type As String = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional requestedLimit As Nullable(Of Integer) = Nothing)

パラメーター

id
String

リソースの ID

name
Name

リソース名。

type
String

リソースの種類。

unit
String

使用単位。

currentValue
Nullable<Int32>

使用状況の現在の値。

limit
Nullable<Int32>

使用制限。

requestedLimit
Nullable<Int32>

使用量の要求された制限。

適用対象