PrivateLinkResource コンストラクター

定義

オーバーロード

PrivateLinkResource()

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

PrivateLinkResource(String, String, String, PrivateLinkResourceProperties)

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

PrivateLinkResource()

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

public PrivateLinkResource ();
Public Sub New ()

適用対象

PrivateLinkResource(String, String, String, PrivateLinkResourceProperties)

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

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

パラメーター

id
String

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

name
String

リソースの名前

type
String

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

properties
PrivateLinkResourceProperties

プライベート リンク リソースのプロパティ。

適用対象