次の方法で共有


ArmPostgreSqlModelFactory.PostgreSqlPrivateLinkServiceConnectionStateProperty メソッド

定義

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

public static Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateProperty PostgreSqlPrivateLinkServiceConnectionStateProperty (string status = default, string description = default, string actionsRequired = default);
static member PostgreSqlPrivateLinkServiceConnectionStateProperty : string * string * string -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateProperty
Public Shared Function PostgreSqlPrivateLinkServiceConnectionStateProperty (Optional status As String = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing) As PostgreSqlPrivateLinkServiceConnectionStateProperty

パラメーター

status
String

プライベート リンク サービスの接続状態。

description
String

プライベート リンク サービスの接続の説明。

actionsRequired
String

プライベート リンク サービス接続に必要なアクション。

戻り値

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

適用対象