VirtualIPMapping 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
VirtualIPMapping() |
Initializes a new instance of the VirtualIPMapping class. |
VirtualIPMapping(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String) |
Initializes a new instance of the VirtualIPMapping class. |
VirtualIPMapping()
Initializes a new instance of the VirtualIPMapping class.
public VirtualIPMapping ();
Public Sub New ()
Applies to
VirtualIPMapping(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String)
Initializes a new instance of the VirtualIPMapping class.
public VirtualIPMapping (string virtualIP = default, int? internalHttpPort = default, int? internalHttpsPort = default, bool? inUse = default, string serviceName = default);
new Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping : string * Nullable<int> * Nullable<int> * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping
Public Sub New (Optional virtualIP As String = Nothing, Optional internalHttpPort As Nullable(Of Integer) = Nothing, Optional internalHttpsPort As Nullable(Of Integer) = Nothing, Optional inUse As Nullable(Of Boolean) = Nothing, Optional serviceName As String = Nothing)
Parameters
- virtualIP
- String
Virtual IP address.
- serviceName
- String
name of the service that virtual IP is assigned to
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET