FirewallRuleUpdateResponse::FirewallRule Property

 

Optional. Gets or sets the updated Firewall Rule that was returned from an Update Firewall Rule request.

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

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