次の方法で共有


CommonResourceProperties コンストラクター

定義

オーバーロード

CommonResourceProperties()

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

CommonResourceProperties(String, String, String)

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

CommonResourceProperties()

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

public CommonResourceProperties ();
Public Sub New ()

適用対象

CommonResourceProperties(String, String, String)

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

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

パラメーター

id
String

Resource ID

name
String

リソース名。

type
String

リソースの種類。 例: "Microsoft.Quota/quotas"

適用対象