次の方法で共有


PrivateEndpointConnectionProperties コンストラクター

定義

オーバーロード

PrivateEndpointConnectionProperties()

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

PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState, PrivateEndpoint, String, IList<String>)

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

PrivateEndpointConnectionProperties()

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

public PrivateEndpointConnectionProperties ();
Public Sub New ()

適用対象

PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState, PrivateEndpoint, String, IList<String>)

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

public PrivateEndpointConnectionProperties (Microsoft.Azure.Management.CognitiveServices.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpoint privateEndpoint = default, string provisioningState = default, System.Collections.Generic.IList<string> groupIds = default);
new Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnectionProperties : Microsoft.Azure.Management.CognitiveServices.Models.PrivateLinkServiceConnectionState * Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpoint * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.CognitiveServices.Models.PrivateEndpointConnectionProperties
Public Sub New (privateLinkServiceConnectionState As PrivateLinkServiceConnectionState, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional provisioningState As String = Nothing, Optional groupIds As IList(Of String) = Nothing)

パラメーター

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクション。

privateEndpoint
PrivateEndpoint

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

provisioningState
String

プライベート エンドポイント接続リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Creating'、'Removeing'、'Failed' などがあります。

groupIds
IList<String>

プライベート リンク リソース グループ ID。

適用対象