NetworkReservedIPListResponse.ReservedIP.Location Property
Optional. Location where the virtual network exists.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public string Location { get; set; }
public:
property String^ Location {
String^ get();
void set(String^ value);
}
member Location : string with get, set
Public Property Location As String
Property Value
Type: System.String
See Also
NetworkReservedIPListResponse.ReservedIP Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top