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

ApplicationGatewayIPConfiguration 类

定义

应用程序网关的 IP 配置。 目前允许 1 个公共 IP 配置和 1 个专用 IP 配置。

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

构造函数

ApplicationGatewayIPConfiguration()

初始化 ApplicationGatewayIPConfiguration 类的新实例。

ApplicationGatewayIPConfiguration(String, SubResource, String, String, String, String)

初始化 ApplicationGatewayIPConfiguration 类的新实例。

属性

Etag

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

Id

获取或设置资源 ID。

(继承自 SubResource)
Name

获取或设置应用程序网关中唯一的 IP 配置的名称。

ProvisioningState

获取应用程序网关 IP 配置资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

Subnet

获取或设置对子网资源的引用。 应用程序网关从中获取其专用地址的子网。

Type

获取资源的类型。

适用于