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

SharedPrivateLinkResourceProperties 类

定义

介绍由Azure 认知搜索服务管理的现有共享专用链接资源的属性。

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

构造函数

SharedPrivateLinkResourceProperties()

初始化 SharedPrivateLinkResourceProperties 类的新实例。

SharedPrivateLinkResourceProperties(String, String, String, String, Nullable<SharedPrivateLinkResourceStatus>, Nullable<SharedPrivateLinkResourceProvisioningState>)

初始化 SharedPrivateLinkResourceProperties 类的新实例。

属性

GroupId

从共享专用链接资源所属的资源提供程序获取或设置组 ID。

PrivateLinkResourceId

获取或设置共享专用链接资源用于的资源的资源 ID。

ProvisioningState

获取或设置共享专用链接资源的预配状态。 可以是更新、删除、失败、成功或不完整。 可能的值包括:“Updateing”、“删除”、“Failed”、“Succeeded”、“Incomplete”

RequestMessage

获取或设置请求批准共享专用链接资源的请求消息。

ResourceRegion

获取或设置可选。 可用于指定要创建共享专用链接的资源的 Azure 资源管理器位置。 只有 DNS 配置为区域 ((例如Azure Kubernetes 服务) )的资源才需要这样做。

Status

获取或设置共享专用链接资源的状态。 可以是“挂起”、“已批准”、“已拒绝”或“已断开连接”。 可能的值包括:“Pending”、“Approved”、“Rejected”、“Disconnected”

适用于