FirewallRuleListResponse::FirewallRules Property
Optional. Gets the collection of firewall rules returned from the List Firewall Rules operation.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public: property IList<FirewallRule^>^ FirewallRules { IList<FirewallRule^>^ get(); void set(IList<FirewallRule^>^ value); }
Property Value
Type: System.Collections.Generic::IList<FirewallRule^>^
Show: