GeoBackupPolicyInner 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.
A database geo backup policy.
[Microsoft.Rest.Serialization.JsonTransformation]
public class GeoBackupPolicyInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GeoBackupPolicyInner = class
inherit ProxyResourceInner
Public Class GeoBackupPolicyInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
GeoBackupPolicyInner() |
Initializes a new instance of the GeoBackupPolicyInner class. |
GeoBackupPolicyInner(GeoBackupPolicyState, String, String, String, String, String, String) |
Initializes a new instance of the GeoBackupPolicyInner class. |
Properties
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Kind |
Gets kind of geo backup policy. This is metadata used for the Azure portal experience. |
Location |
Gets backup policy location. |
Name |
Resource name (Inherited from ProxyResource) |
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. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET