你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplicationGatewayPrivateLinkConfiguration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
专用链接应用程序网关上的配置。
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayPrivateLinkConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayPrivateLinkConfiguration = class
inherit SubResource
Public Class ApplicationGatewayPrivateLinkConfiguration
Inherits SubResource
- 继承
- 属性
构造函数
ApplicationGatewayPrivateLinkConfiguration() |
初始化 ApplicationGatewayPrivateLinkConfiguration 类的新实例。 |
ApplicationGatewayPrivateLinkConfiguration(String, IList<ApplicationGatewayPrivateLinkIpConfiguration>, String, String, String, String) |
初始化 ApplicationGatewayPrivateLinkConfiguration 类的新实例。 |
属性
Etag |
获取一个唯一的只读字符串,每当资源更新时,该字符串都会更改。 |
Id |
获取或设置资源 ID。 (继承自 SubResource) |
IpConfigurations |
获取或设置应用程序网关专用链接 IP 配置的数组。 |
Name |
获取或设置应用程序网关中唯一的专用链接配置的名称。 |
ProvisioningState |
获取应用程序网关专用链接配置的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed” |
Type |
获取资源的类型。 |