IFirewallRuleOperations::GetAsync Method (String^, String^, CancellationToken)
Returns the Firewall rule for an Azure SQL Database Server with a matching name.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Task<FirewallRuleGetResponse^>^ GetAsync( String^ serverName, String^ ruleName, CancellationToken cancellationToken )
Parameters
- serverName
-
Type:
System::String^
The name of the Azure SQL Database Server to query for the Firewall Rule.
- ruleName
-
Type:
System::String^
The name of the rule to retrieve.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<FirewallRuleGetResponse^>^Contains the response from a request to Get Firewall Rule.
Show: