FirewallRuleOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Firewall rule for an Azure SQL Database Server with a matching name.
public static Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleGetResponse Get (this Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations operations, string serverName, string ruleName);
static member Get : Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations * string * string -> Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleGetResponse
<Extension()>
Public Function Get (operations As IFirewallRuleOperations, serverName As String, ruleName As String) As FirewallRuleGetResponse
Parameters
- operations
- IFirewallRuleOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server to query for the Firewall Rule.
- ruleName
- String
Required. The name of the rule to retrieve.
Returns
Contains the response from a request to Get Firewall Rule.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET