BackupRequestInner 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.
Description of a backup which will be performed.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BackupRequestInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackupRequestInner = class
inherit ProxyOnlyResourceInner
Public Class BackupRequestInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
BackupRequestInner() |
Initializes a new instance of the BackupRequestInner class. |
BackupRequestInner(String, String, String, String, String, String, Nullable<Boolean>, BackupSchedule, IList<DatabaseBackupSetting>) |
Initializes a new instance of the BackupRequestInner class. |
Properties
BackupName |
Gets or sets name of the backup. |
BackupSchedule |
Gets or sets schedule for the backup if it is executed periodically. |
Databases |
Gets or sets databases included in the backup. |
Enabled |
Gets or sets true if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
StorageAccountUrl |
Gets or sets SAS URL to the container. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET