FirewallRuleListResponse Class
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.
Represents the response to a List Firewall Rules request.
public class FirewallRuleListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.FirewallRule>
type FirewallRuleListResponse = class
inherit AzureOperationResponse
interface seq<FirewallRule>
interface IEnumerable
Public Class FirewallRuleListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of FirewallRule)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseFirewallRuleListResponse
- Implements
Constructors
| Name | Description |
|---|---|
| FirewallRuleListResponse() |
Initializes a new instance of the FirewallRuleListResponse class. |
Properties
| Name | Description |
|---|---|
| FirewallRules |
Optional. Gets or sets the list of Azure Sql Database Server firewall rules for the server. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() |
Gets the sequence of FirewallRules. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Gets the sequence of FirewallRules. |