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

ConnectionPropertiesPrivateLinkServiceConnectionState 类

定义

连接状态。

public class ConnectionPropertiesPrivateLinkServiceConnectionState : Microsoft.Azure.Management.DigitalTwins.Models.ConnectionState
type ConnectionPropertiesPrivateLinkServiceConnectionState = class
    inherit ConnectionState
Public Class ConnectionPropertiesPrivateLinkServiceConnectionState
Inherits ConnectionState
继承
ConnectionPropertiesPrivateLinkServiceConnectionState

构造函数

ConnectionPropertiesPrivateLinkServiceConnectionState()

初始化 ConnectionPropertiesPrivateLinkServiceConnectionState 类的新实例。

ConnectionPropertiesPrivateLinkServiceConnectionState(String, String, String)

初始化 ConnectionPropertiesPrivateLinkServiceConnectionState 类的新实例。

属性

ActionsRequired

获取或设置专用终结点连接所需的操作。

(继承自 ConnectionState)
Description

获取或设置专用终结点连接的当前状态的说明。

(继承自 ConnectionState)
Status

获取或设置专用终结点连接的状态。 可能的值包括:“Pending”、“Approved”、“Rejected”、“Disconnected”

(继承自 ConnectionState)

适用于