次の方法で共有


AddressResponse クラス

定義

パブリック 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

内部負荷分散モードの場合は、App Service Environmentの仮想ネットワーク内部 IP アドレスを取得または設定します。

Kind

リソースの種類を取得または設定します。

(継承元 ProxyOnlyResource)
Name

リソース名を取得します。

(継承元 ProxyOnlyResource)
OutboundIpAddresses

送信接続に表示される IP アドレスを取得または設定します。

ServiceIpAddress

パブリック仮想 IP メイン取得または設定します。

Type

リソースの種類を取得します。

(継承元 ProxyOnlyResource)
VipMappings

追加の仮想 IP を取得または設定します。

適用対象