GeoBackupPolicy Class

Definition

A database geo backup policy.

[Microsoft.Rest.Serialization.JsonTransformation]
public class GeoBackupPolicy : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GeoBackupPolicy = class
    inherit ProxyResource
Public Class GeoBackupPolicy
Inherits ProxyResource
Inheritance
GeoBackupPolicy
Attributes

Constructors

GeoBackupPolicy()

Initializes a new instance of the GeoBackupPolicy class.

GeoBackupPolicy(GeoBackupPolicyState, String, String, String, String, String, String)

Initializes a new instance of the GeoBackupPolicy class.

Properties

Id

Gets resource ID.

(Inherited from Resource)
Kind

Gets kind of geo backup policy. This is metadata used for the Azure portal experience.

Location

Gets backup policy location.

Name

Gets resource name.

(Inherited from Resource)
State

Gets or sets the state of the geo backup policy. Possible values include: 'Disabled', 'Enabled'

StorageType

Gets the storage type of the geo backup policy.

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to