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

PrivateLinkResource 类

定义

专用链接资源

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkResource : Microsoft.Azure.Management.KeyVault.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkResource = class
    inherit Resource
Public Class PrivateLinkResource
Inherits Resource
继承
PrivateLinkResource
属性

构造函数

PrivateLinkResource()

初始化 PrivateLinkResource 类的新实例。

PrivateLinkResource(String, String, String, String, IDictionary<String,String>, String, IList<String>, IList<String>)

初始化 PrivateLinkResource 类的新实例。

属性

GroupId

获取专用链接资源的组标识符。

Id

获取密钥保管库资源的完全限定标识符。

(继承自 Resource)
Location

获取密钥保管库资源的 Azure 位置。

(继承自 Resource)
Name

获取密钥保管库资源的名称。

(继承自 Resource)
RequiredMembers

获取专用链接资源的必需成员名称。

RequiredZoneNames

获取或设置专用链接资源的所需 DNS 区域名称。

Tags

获取分配给密钥保管库资源的标记。

(继承自 Resource)
Type

获取密钥保管库资源的资源类型。

(继承自 Resource)

适用于