次の方法で共有


ServerPrivateEndpointConnection コンストラクター

定義

オーバーロード

ServerPrivateEndpointConnection()

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

ServerPrivateEndpointConnection(String, ServerPrivateEndpointConnectionProperties)

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

ServerPrivateEndpointConnection()

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

public ServerPrivateEndpointConnection ();
Public Sub New ()

適用対象

ServerPrivateEndpointConnection(String, ServerPrivateEndpointConnectionProperties)

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

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

パラメーター

id
String

プライベート エンドポイント接続のリソース ID。

properties
ServerPrivateEndpointConnectionProperties

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

適用対象