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