FirewallRuleListResponse::FirewallRules Property

 

Optional. Gets the collection of firewall rules returned from the List Firewall Rules operation.

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

public:
property IList<FirewallRule^>^ FirewallRules {
	IList<FirewallRule^>^ get();
	void set(IList<FirewallRule^>^ value);
}
Return to top
Show: