CopyLongTermRetentionBackupParameters 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.
Contains the information necessary to perform long term retention backup copy operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class CopyLongTermRetentionBackupParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CopyLongTermRetentionBackupParameters = class
Public Class CopyLongTermRetentionBackupParameters
- Inheritance
-
CopyLongTermRetentionBackupParameters
- Attributes
Constructors
CopyLongTermRetentionBackupParameters() |
Initializes a new instance of the CopyLongTermRetentionBackupParameters class. |
CopyLongTermRetentionBackupParameters(String, String, String, String, String, String) |
Initializes a new instance of the CopyLongTermRetentionBackupParameters class. |
Properties
TargetBackupStorageRedundancy |
Gets or sets the storage redundancy type of the copied backup. Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone' |
TargetDatabaseName |
Gets or sets the name of the database owns the copied backup. |
TargetResourceGroup |
Gets or sets the resource group that owns the target server |
TargetServerFullyQualifiedDomainName |
Gets or sets the fully qualified domain name of the target server |
TargetServerResourceId |
Gets or sets the resource Id of the target server that owns the database |
TargetSubscriptionId |
Gets or sets the subscription that owns the target server |
Applies to
Azure SDK for .NET