AddressResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- vipMappings
- IList<VirtualIPMapping>