FailoverGroupListResponse 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 Azure Sql Failover Group request.
public class FailoverGroupListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroup>
type FailoverGroupListResponse = class
inherit AzureOperationResponse
interface seq<FailoverGroup>
interface IEnumerable
Public Class FailoverGroupListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of FailoverGroup)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseFailoverGroupListResponse
- Implements
Constructors
FailoverGroupListResponse() |
Initializes a new instance of the FailoverGroupListResponse class. |
Properties
FailoverGroups |
Optional. Gets or sets the list of Azure Sql Failover Groups housed in the server. |
Methods
GetEnumerator() |
Gets the sequence of FailoverGroups. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of FailoverGroups. |