次の方法で共有


ArmSynapseModelFactory.PrivateEndpointConnectionForPrivateLinkHubBasic メソッド

定義

PrivateEndpointConnectionForPrivateLinkHubBasic の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHubBasic PrivateEndpointConnectionForPrivateLinkHubBasic (string id = default, Azure.ResourceManager.Synapse.Models.SynapsePrivateEndpointConnectionProperties properties = default);
static member PrivateEndpointConnectionForPrivateLinkHubBasic : string * Azure.ResourceManager.Synapse.Models.SynapsePrivateEndpointConnectionProperties -> Azure.ResourceManager.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHubBasic
Public Shared Function PrivateEndpointConnectionForPrivateLinkHubBasic (Optional id As String = Nothing, Optional properties As SynapsePrivateEndpointConnectionProperties = Nothing) As PrivateEndpointConnectionForPrivateLinkHubBasic

パラメーター

id
String
properties
SynapsePrivateEndpointConnectionProperties

プライベート エンドポイント接続のプロパティ。

戻り値

モック作成用の新しい PrivateEndpointConnectionForPrivateLinkHubBasic インスタンス。

適用対象