次の方法で共有


AddressResponse コンストラクター

定義

オーバーロード

AddressResponse()

AddressResponse クラスの新しいインスタンスを初期化します。

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

AddressResponse クラスの新しいインスタンスを初期化します。

AddressResponse()

AddressResponse クラスの新しいインスタンスを初期化します。

public AddressResponse ();
Public Sub New ()

適用対象

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

AddressResponse クラスの新しいインスタンスを初期化します。

public AddressResponse (string id = default, string name = default, string kind = default, string type = default, string serviceIpAddress = default, string internalIpAddress = default, System.Collections.Generic.IList<string> outboundIpAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping> vipMappings = default);
new Microsoft.Azure.Management.WebSites.Models.AddressResponse : string * string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping> -> Microsoft.Azure.Management.WebSites.Models.AddressResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional serviceIpAddress As String = Nothing, Optional internalIpAddress As String = Nothing, Optional outboundIpAddresses As IList(Of String) = Nothing, Optional vipMappings As IList(Of VirtualIPMapping) = Nothing)

パラメーター

id
String

リソース ID。

name
String

リソース名。

kind
String

リソースの種類。

type
String

リソースの種類。

serviceIpAddress
String

メインパブリック仮想 IP。

internalIpAddress
String

内部負荷分散モードの場合は、App Service Environmentの内部 IP アドレスをVirtual Networkします。

outboundIpAddresses
IList<String>

送信接続に表示される IP アドレス。

vipMappings
IList<VirtualIPMapping>

追加の仮想 IP。

適用対象