次の方法で共有


ProxyResource コンストラクター

定義

オーバーロード

ProxyResource()

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

ProxyResource(String, String, String)

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

ProxyResource()

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

public ProxyResource ();
Public Sub New ()

適用対象

ProxyResource(String, String, String)

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

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

パラメーター

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

適用対象