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

AddressResponseInner 类

定义

描述main公共 IP 地址和任何额外的虚拟 IP。

[Microsoft.Rest.Serialization.JsonTransformation]
public class AddressResponseInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AddressResponseInner = class
    inherit ProxyOnlyResourceInner
Public Class AddressResponseInner
Inherits ProxyOnlyResourceInner
继承
属性

构造函数

AddressResponseInner()

初始化 AddressResponseInner 类的新实例。

AddressResponseInner(String, String, String, String, String, String, IList<String>, IList<VirtualIPMapping>)

初始化 AddressResponseInner 类的新实例。

属性

Id

资源 ID。Setter 受保护,因为需要在网络资源中设置 ID。

(继承自 ProxyResource)
InternalIpAddress

获取或设置应用服务环境处于内部负载均衡模式的虚拟网络内部 IP 地址。

Kind

获取或设置资源的种类。

(继承自 ProxyOnlyResourceInner)
Location

资源位置

(继承自 Resource)
Name

资源名称

(继承自 ProxyResource)
OutboundIpAddresses

获取或设置出站连接上显示的 IP 地址。

ServiceIpAddress

获取或设置main公共虚拟 IP。

Tags

资源标记

(继承自 Resource)
Type

资源类型

(继承自 ProxyResource)
VipMappings

获取或设置其他虚拟 IP。

方法

Validate()

验证 对象。 如果验证失败,则引发 ValidationException。

(继承自 Resource)

适用于