VirtualIPMapping Class
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.
Virtual IP mapping.
public class VirtualIPMapping
type VirtualIPMapping = class
Public Class VirtualIPMapping
- Inheritance
-
VirtualIPMapping
Constructors
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. |
Properties
InternalHttpPort |
Gets or sets internal HTTP port. |
InternalHttpsPort |
Gets or sets internal HTTPS port. |
InUse |
Gets or sets is virtual IP mapping in use. |
ServiceName |
Gets or sets name of the service that virtual IP is assigned to |
VirtualIP |
Gets or sets virtual IP address. |
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