次の方法で共有


ServerPrivateEndpointConnection コンストラクター

定義

オーバーロード

ServerPrivateEndpointConnection()

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

ServerPrivateEndpointConnection(String, PrivateEndpointConnectionProperties)

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

ServerPrivateEndpointConnection()

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

public ServerPrivateEndpointConnection();
Public Sub New ()

適用対象

ServerPrivateEndpointConnection(String, PrivateEndpointConnectionProperties)

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

public ServerPrivateEndpointConnection(string id = default, Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnectionProperties properties = default);
new Microsoft.Azure.Management.Sql.Models.ServerPrivateEndpointConnection : string * Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnectionProperties -> Microsoft.Azure.Management.Sql.Models.ServerPrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional properties As PrivateEndpointConnectionProperties = Nothing)

パラメーター

id
String

リソースの ID

properties
PrivateEndpointConnectionProperties

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

適用対象