NetworkSecurityGroupCreateParameters.Location Property
Required. Gets or sets the data center location where the Network Security Group will be created.
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
NetworkSecurityGroupCreateParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top