IPConfiguration::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)

public:
property String^ StaticVirtualNetworkIPAddress {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: