次の方法で共有


AzureEntityResource コンストラクター

定義

オーバーロード

AzureEntityResource()

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

AzureEntityResource(String, String, String, String)

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

AzureEntityResource()

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

public AzureEntityResource ();
Public Sub New ()

適用対象

AzureEntityResource(String, String, String, String)

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

public AzureEntityResource (string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Synapse.Models.AzureEntityResource : string * string * string * string -> Microsoft.Azure.Management.Synapse.Models.AzureEntityResource
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。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

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

etag
String

リソース Etag。

適用対象