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

ApplicationGatewayPrivateLinkResource 类

定义

应用程序网关的 PrivateLink 资源。

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

构造函数

ApplicationGatewayPrivateLinkResource()

初始化 ApplicationGatewayPrivateLinkResource 类的新实例。

ApplicationGatewayPrivateLinkResource(String, String, IList<String>, IList<String>, String, String, String)

初始化 ApplicationGatewayPrivateLinkResource 类的新实例。

属性

Etag

获取一个唯一的只读字符串,每当资源更新时,该字符串都会更改。

GroupId

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

Id

获取或设置资源 ID。

(继承自 SubResource)
Name

获取或设置应用程序网关中唯一的专用链接资源的名称。

RequiredMembers

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

RequiredZoneNames

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

Type

获取资源的类型。

适用于