PrivateEndpointConnectionProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' などがあります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET