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

AddressResponse 类

定义

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

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

构造函数

AddressResponse()

初始化 AddressResponse 类的新实例。

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

初始化 AddressResponse 类的新实例。

属性

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
InternalIpAddress

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

Kind

获取或设置资源的种类。

(继承自 ProxyOnlyResource)
Name

获取资源名称。

(继承自 ProxyOnlyResource)
OutboundIpAddresses

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

ServiceIpAddress

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

Type

获取资源类型。

(继承自 ProxyOnlyResource)
VipMappings

获取或设置其他虚拟 IP。

适用于