次の方法で共有


PrivateEndpointConnectionInner コンストラクター

定義

オーバーロード

PrivateEndpointConnectionInner()

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

PrivateEndpointConnectionInner(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

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

PrivateEndpointConnectionInner()

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

public PrivateEndpointConnectionInner ();
Public Sub New ()

適用対象

PrivateEndpointConnectionInner(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

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

public PrivateEndpointConnectionInner (string id = default, string name = default, string type = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateEndpointConnectionInner : string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateEndpointProperty * Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateLinkServiceConnectionStateProperty -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateEndpointConnectionInner
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)

パラメーター

id
String
name
String
type
String
privateEndpoint
PrivateEndpointProperty

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

privateLinkServiceConnectionState
PrivateLinkServiceConnectionStateProperty

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

適用対象