你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PostgreSqlPrivateLinkServiceConnectionStateProperty(String, String) Constructor

Definition

public PostgreSqlPrivateLinkServiceConnectionStateProperty(string status, string description);
new Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateProperty : string * string -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateProperty
Public Sub New (status As String, description As String)

Parameters

status
String

The private link service connection status.

description
String

The private link service connection description.

Exceptions

status or description is null.

Applies to