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

PrivateLinkServiceConnectionStateProperty 构造函数

定义

重载

PrivateLinkServiceConnectionStateProperty()

初始化 PrivateLinkServiceConnectionStateProperty 类的新实例。

PrivateLinkServiceConnectionStateProperty(String, String, String)

初始化 PrivateLinkServiceConnectionStateProperty 类的新实例。

PrivateLinkServiceConnectionStateProperty()

初始化 PrivateLinkServiceConnectionStateProperty 类的新实例。

public PrivateLinkServiceConnectionStateProperty ();
Public Sub New ()

适用于

PrivateLinkServiceConnectionStateProperty(String, String, String)

初始化 PrivateLinkServiceConnectionStateProperty 类的新实例。

public PrivateLinkServiceConnectionStateProperty (string status, string description, string actionsRequired = default);
new Microsoft.Azure.Management.Monitor.Models.PrivateLinkServiceConnectionStateProperty : string * string * string -> Microsoft.Azure.Management.Monitor.Models.PrivateLinkServiceConnectionStateProperty
Public Sub New (status As String, description As String, Optional actionsRequired As String = Nothing)

参数

status
String

专用链接服务连接状态。

description
String

专用链接服务连接说明。

actionsRequired
String

专用链接服务连接所需的操作。

适用于