次の方法で共有


ProxyResource コンストラクター

定義

オーバーロード

ProxyResource()

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

ProxyResource(String, String, String, String)

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

ProxyResource()

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

public ProxyResource();
Public Sub New ()

適用対象

ProxyResource(String, String, String, String)

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

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

パラメーター

id
String

リソース ID。

name
String

リソース名。

type
String

リソースの種類。

eTag
String

リソースの eTag。 同時更新シナリオを処理するために、このフィールドを使用して、ユーザーが最新バージョンを更新しているかどうかを判断します。

適用対象