ConfigurationSet.StaticVirtualNetworkIPAddress Property

 

Optional. Specifies a Customer Address, i.e. an IP address assigned to a VM in a VNet's SubNet. For example: 10.0.0.4.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string StaticVirtualNetworkIPAddress { get; set; }
public:
property String^ StaticVirtualNetworkIPAddress {
    String^ get();
    void set(String^ value);
}
member StaticVirtualNetworkIPAddress : string with get, set
Public Property StaticVirtualNetworkIPAddress As String

Property Value

Type: System.String

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top