FirewallRuleListResponse Class
Contains the response from a request to List Firewall Rules.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleListResponse
Syntax
public class FirewallRuleListResponse : AzureOperationResponse,
IEnumerable<FirewallRule>, IEnumerable
public ref class FirewallRuleListResponse : AzureOperationResponse,
IEnumerable<FirewallRule^>, IEnumerable
type FirewallRuleListResponse =
class
inherit AzureOperationResponse
interface IEnumerable<FirewallRule>
interface IEnumerable
end
Public Class FirewallRuleListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of FirewallRule), IEnumerable
Constructors
Name | Description | |
---|---|---|
FirewallRuleListResponse() | Initializes a new instance of the FirewallRuleListResponse class. |
Properties
Name | Description | |
---|---|---|
FirewallRules | Optional. Gets the collection of firewall rules returned from the List Firewall Rules operation. |
|
RequestId | (Inherited from AzureOperationResponse.) |
|
StatusCode | (Inherited from HttpOperationResponse.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEnumerator() | Gets the sequence of FirewallRules. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | Gets the sequence of FirewallRules. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top