ProxyOnlyResource コンストラクター

定義

オーバーロード

ProxyOnlyResource()

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

ProxyOnlyResource(String, String, String)

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

ProxyOnlyResource()

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

public ProxyOnlyResource ();
Public Sub New ()

適用対象

ProxyOnlyResource(String, String, String)

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

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

パラメーター

id
String

リソース ID

name
String

リソース名

type
String

リソースの種類

適用対象