次の方法で共有


CurrentUsagesBase コンストラクター

定義

オーバーロード

CurrentUsagesBase()

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

CurrentUsagesBase(String, String, String, UsagesProperties)

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

CurrentUsagesBase()

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

public CurrentUsagesBase ();
Public Sub New ()

適用対象

CurrentUsagesBase(String, String, String, UsagesProperties)

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

public CurrentUsagesBase (string id = default, string type = default, string name = default, Microsoft.Azure.Management.Quota.Models.UsagesProperties properties = default);
new Microsoft.Azure.Management.Quota.Models.CurrentUsagesBase : string * string * string * Microsoft.Azure.Management.Quota.Models.UsagesProperties -> Microsoft.Azure.Management.Quota.Models.CurrentUsagesBase
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional properties As UsagesProperties = Nothing)

パラメーター

id
String

リソース ID。

type
String

リソースの種類。

name
String

リソースの名前。

properties
UsagesProperties

指定したリソースの使用状況プロパティ。

適用対象