Uses of Class
com.azure.resourcemanager.sql.fluent.models.CopyLongTermRetentionBackupParametersProperties
Packages that use CopyLongTermRetentionBackupParametersProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of CopyLongTermRetentionBackupParametersProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type CopyLongTermRetentionBackupParametersPropertiesModifier and TypeClassDescriptionfinal classContains the properties to perform long term retention backup copy operation.Methods in com.azure.resourcemanager.sql.fluent.models that return CopyLongTermRetentionBackupParametersPropertiesModifier and TypeMethodDescriptionCopyLongTermRetentionBackupParametersProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CopyLongTermRetentionBackupParametersProperties from the JsonReader.CopyLongTermRetentionBackupParametersProperties.withTargetBackupStorageRedundancy(BackupStorageRedundancy targetBackupStorageRedundancy) Set the targetBackupStorageRedundancy property: The storage redundancy type of the copied backup.CopyLongTermRetentionBackupParametersProperties.withTargetDatabaseName(String targetDatabaseName) Set the targetDatabaseName property: The name of the database owns the copied backup.CopyLongTermRetentionBackupParametersProperties.withTargetResourceGroup(String targetResourceGroup) Set the targetResourceGroup property: The resource group that owns the target server.CopyLongTermRetentionBackupParametersProperties.withTargetServerFullyQualifiedDomainName(String targetServerFullyQualifiedDomainName) Set the targetServerFullyQualifiedDomainName property: The fully qualified domain name of the target server.CopyLongTermRetentionBackupParametersProperties.withTargetServerResourceId(String targetServerResourceId) Set the targetServerResourceId property: The resource Id of the target server that owns the database.CopyLongTermRetentionBackupParametersProperties.withTargetSubscriptionId(String targetSubscriptionId) Set the targetSubscriptionId property: The subscription that owns the target server.