次の方法で共有


ArmPostgreSqlModelFactory.PostgreSqlServerPrivateEndpointConnectionProperties メソッド

定義

PostgreSqlServerPrivateEndpointConnectionProperties の新しいインスタンスを初期化します。

public static Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnectionProperties PostgreSqlServerPrivateEndpointConnectionProperties (Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateEndpointProvisioningState? provisioningState = default);
static member PostgreSqlServerPrivateEndpointConnectionProperties : Azure.Core.ResourceIdentifier * Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateLinkServiceConnectionStateProperty * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateEndpointProvisioningState> -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnectionProperties
Public Shared Function PostgreSqlServerPrivateEndpointConnectionProperties (Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As PostgreSqlServerPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As Nullable(Of PostgreSqlPrivateEndpointProvisioningState) = Nothing) As PostgreSqlServerPrivateEndpointConnectionProperties

パラメーター

privateEndpointId
ResourceIdentifier

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

privateLinkServiceConnectionState
PostgreSqlServerPrivateLinkServiceConnectionStateProperty

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

provisioningState
Nullable<PostgreSqlPrivateEndpointProvisioningState>

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

戻り値

モック作成用の新しい PostgreSqlServerPrivateEndpointConnectionProperties インスタンス。

適用対象