VirtualIPAddress Class
Represents the virtual IP address of the deployment.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Compute.Models.VirtualIPAddress
Syntax
public class VirtualIPAddress
public ref class VirtualIPAddress
type VirtualIPAddress = class end
Public Class VirtualIPAddress
Constructors
Name | Description | |
---|---|---|
VirtualIPAddress() | Initializes a new instance of the VirtualIPAddress class. |
Properties
Name | Description | |
---|---|---|
Address | Gets or sets the virtual IP address of the deployment. |
|
IsDnsProgrammed | Optional. Indicates whether the IP address is DNS programmed. |
|
Name | Optional. The name of the virtual IP. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top