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

PrivateLinkServiceConnectionState 类

定义

一个 对象,表示专用链接连接的审批状态。

public class PrivateLinkServiceConnectionState
type PrivateLinkServiceConnectionState = class
Public Class PrivateLinkServiceConnectionState
继承
PrivateLinkServiceConnectionState

构造函数

PrivateLinkServiceConnectionState()

初始化 PrivateLinkServiceConnectionState 类的新实例。

PrivateLinkServiceConnectionState(String, String, String)

初始化 PrivateLinkServiceConnectionState 类的新实例。

属性

ActionRequired

获取或设置一条消息,指示服务提供商上的更改是否需要对使用者进行任何更新。

Description

获取或设置批准或拒绝的原因。

Status

获取或设置指示密钥保管库所有者是否已批准、拒绝或删除连接。 可能的值包括:“Pending”、“Approved”、“Rejected”、“Disconnected”

适用于