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

ApplicationGatewayPrivateLinkIpConfiguration 类

定义

应用程序网关专用链接 IP 配置。

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

构造函数

ApplicationGatewayPrivateLinkIpConfiguration()

初始化 ApplicationGatewayPrivateLinkIpConfiguration 类的新实例。

ApplicationGatewayPrivateLinkIpConfiguration(String, String, String, SubResource, Nullable<Boolean>, String, String, String, String)

初始化 ApplicationGatewayPrivateLinkIpConfiguration 类的新实例。

属性

Etag

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

Id

获取或设置资源 ID。

(继承自 SubResource)
Name

获取或设置应用程序网关专用链接 IP 配置的名称。

Primary

获取或设置 IP 配置是否为主。

PrivateIPAddress

获取或设置 IP 配置的专用 IP 地址。

PrivateIPAllocationMethod

获取或设置专用 IP 地址分配方法。 可能的值包括:“Static”、“Dynamic”

ProvisioningState

获取应用程序网关专用链接 IP 配置的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed”

Subnet

获取或设置对子网资源的引用。

Type

获取资源类型。

适用于