ArmSqlModelFactory.ServerPrivateEndpointConnectionProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ServerPrivateEndpointConnectionProperties の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Sql.Models.ServerPrivateEndpointConnectionProperties ServerPrivateEndpointConnectionProperties (Azure.Core.ResourceIdentifier privateEndpointId = default, System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty connectionState = default, Azure.ResourceManager.Sql.Models.SqlPrivateEndpointProvisioningState? provisioningState = default);
static member ServerPrivateEndpointConnectionProperties : Azure.Core.ResourceIdentifier * seq<string> * Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty * Nullable<Azure.ResourceManager.Sql.Models.SqlPrivateEndpointProvisioningState> -> Azure.ResourceManager.Sql.Models.ServerPrivateEndpointConnectionProperties
Public Shared Function ServerPrivateEndpointConnectionProperties (Optional privateEndpointId As ResourceIdentifier = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing, Optional connectionState As SqlPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As Nullable(Of SqlPrivateEndpointProvisioningState) = Nothing) As ServerPrivateEndpointConnectionProperties
パラメーター
- privateEndpointId
- ResourceIdentifier
接続が属するプライベート エンドポイント。
- groupIds
- IEnumerable<String>
グループ ID。
- connectionState
- SqlPrivateLinkServiceConnectionStateProperty
プライベート エンドポイント接続の接続状態。
- provisioningState
- Nullable<SqlPrivateEndpointProvisioningState>
プライベート エンドポイント接続の状態。
戻り値
モック作成用の新しい ServerPrivateEndpointConnectionProperties インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET