BackupRequest 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 BackupRequest : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackupRequest = class
inherit ProxyOnlyResource
Public Class BackupRequest
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
BackupRequest() |
Initializes a new instance of the BackupRequest class. |
BackupRequest(String, String, String, String, String, String, Nullable<Boolean>, BackupSchedule, IList<DatabaseBackupSetting>) |
Initializes a new instance of the BackupRequest 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 |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
StorageAccountUrl |
Gets or sets SAS URL to the container. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET