Partager via


AddressResponse Constructors

Definition

Overloads

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

AddressResponse()

public AddressResponse ();
Public Sub New ()

Applies to

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

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

Parameters

serviceIpAddress
String
internalIpAddress
String
outboundIpAddresses
IList<String>
vipMappings
IList<VirtualIPMapping>

Applies to