GeoBackupListResponse 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 Database geo backups request.
public class GeoBackupListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackup>
type GeoBackupListResponse = class
inherit AzureOperationResponse
interface seq<GeoBackup>
interface IEnumerable
Public Class GeoBackupListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of GeoBackup)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseGeoBackupListResponse
- Implements
Constructors
GeoBackupListResponse() |
Initializes a new instance of the GeoBackupListResponse class. |
Properties
GeoBackups |
Optional. Gets or sets the list of a given Azure Sql Database geo backups. |
Methods
GetEnumerator() |
Gets the sequence of GeoBackups. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of GeoBackups. |