次の方法で共有


PrivateEndpointConnection コンストラクター

定義

オーバーロード

PrivateEndpointConnection()

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

PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty, String)

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

PrivateEndpointConnection()

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

public PrivateEndpointConnection ();
Public Sub New ()

適用対象

PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty, String)

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

public PrivateEndpointConnection (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Models.PrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.Sql.Models.PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection : string * string * string * Microsoft.Azure.Management.Sql.Models.PrivateEndpointProperty * Microsoft.Azure.Management.Sql.Models.PrivateLinkServiceConnectionStateProperty * string -> Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateEndpoint As PrivateEndpointProperty = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As String = Nothing)

パラメーター

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

privateEndpoint
PrivateEndpointProperty

接続が属するプライベート エンドポイント。

privateLinkServiceConnectionState
PrivateLinkServiceConnectionStateProperty

プライベート エンドポイント接続の接続状態。

provisioningState
String

プライベート エンドポイント接続の状態。 使用可能な値は、'Approving'、'Ready'、'Dropping'、'Failed'、'Rejecting' です。

適用対象