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

PrivateLinkConfiguration 类

定义

专用链接配置。

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkConfiguration
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkConfiguration = class
Public Class PrivateLinkConfiguration
继承
PrivateLinkConfiguration
属性

构造函数

PrivateLinkConfiguration()

初始化 PrivateLinkConfiguration 类的新实例。

PrivateLinkConfiguration(String, String, IList<IPConfiguration>, String, String, String)

初始化 PrivateLinkConfiguration 类的新实例。

属性

GroupId

获取或设置要向其应用专用链接配置的 HDInsight 专用可链接子资源名称。 例如,“headnode”、“gateway”、“edgenode”。

Id

获取专用链接配置 ID。

IpConfigurations

获取或设置专用链接服务的 IP 配置。

Name

获取或设置专用链接配置的名称。

ProvisioningState

获取专用链接配置预配状态,该状态仅显示在响应中。 可能的值包括:“InProgress”、“Failed”、“Succeeded”、“Canceled”、“Deleting”

Type

获取专用链接配置的类型。

方法

Validate()

验证 对象。

适用于