CopyLongTermRetentionBackupParameters Constructors

Definition

Overloads

CopyLongTermRetentionBackupParameters()

Initializes a new instance of the CopyLongTermRetentionBackupParameters class.

CopyLongTermRetentionBackupParameters(String, String, String, String, String, String)

Initializes a new instance of the CopyLongTermRetentionBackupParameters class.

CopyLongTermRetentionBackupParameters()

Initializes a new instance of the CopyLongTermRetentionBackupParameters class.

public CopyLongTermRetentionBackupParameters ();
Public Sub New ()

Applies to

CopyLongTermRetentionBackupParameters(String, String, String, String, String, String)

Initializes a new instance of the CopyLongTermRetentionBackupParameters class.

public CopyLongTermRetentionBackupParameters (string targetSubscriptionId = default, string targetResourceGroup = default, string targetServerResourceId = default, string targetServerFullyQualifiedDomainName = default, string targetDatabaseName = default, string targetBackupStorageRedundancy = default);
new Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters : string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters
Public Sub New (Optional targetSubscriptionId As String = Nothing, Optional targetResourceGroup As String = Nothing, Optional targetServerResourceId As String = Nothing, Optional targetServerFullyQualifiedDomainName As String = Nothing, Optional targetDatabaseName As String = Nothing, Optional targetBackupStorageRedundancy As String = Nothing)

Parameters

targetSubscriptionId
String

The subscription that owns the target server

targetResourceGroup
String

The resource group that owns the target server

targetServerResourceId
String

The resource Id of the target server that owns the database

targetServerFullyQualifiedDomainName
String

The fully qualified domain name of the target server

targetDatabaseName
String

The name of the database owns the copied backup.

targetBackupStorageRedundancy
String

The storage redundancy type of the copied backup. Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone'

Applies to