次の方法で共有


ArmSqlModelFactory.ServerPrivateEndpointConnectionProperties メソッド

定義

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 インスタンス。

適用対象