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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET