Sdílet prostřednictvím


FirewallRuleListResponse Class

Definition

Contains the response from a request to List Firewall Rules.

public class FirewallRuleListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Sql.Models.FirewallRule>
type FirewallRuleListResponse = class
    inherit AzureOperationResponse
    interface seq<FirewallRule>
    interface IEnumerable
Public Class FirewallRuleListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of FirewallRule)
Inheritance
Microsoft.Azure.AzureOperationResponse
FirewallRuleListResponse
Implements

Constructors

FirewallRuleListResponse()

Initializes a new instance of the FirewallRuleListResponse class.

Properties

FirewallRules

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

Methods

GetEnumerator()

Gets the sequence of FirewallRules.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of FirewallRules.

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to