LongTermRetentionBackupOperationResult 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.
A LongTermRetentionBackup operation result resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class LongTermRetentionBackupOperationResult : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LongTermRetentionBackupOperationResult = class
inherit ProxyResource
Public Class LongTermRetentionBackupOperationResult
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
LongTermRetentionBackupOperationResult() |
Initializes a new instance of the LongTermRetentionBackupOperationResult class. |
LongTermRetentionBackupOperationResult(String, String, String, Nullable<Guid>, String, String, String, String, String, String) |
Initializes a new instance of the LongTermRetentionBackupOperationResult class. |
Properties
FromBackupResourceId |
Gets source backup resource id |
Id |
Gets resource ID. (Inherited from Resource) |
Message |
Gets progress message |
Name |
Gets resource name. (Inherited from Resource) |
OperationType |
Gets operation type. |
RequestId |
Gets request Id. |
Status |
Gets operation status |
TargetBackupStorageRedundancy |
Gets the storage redundancy type of the copied backup. Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone' |
ToBackupResourceId |
Gets target backup resource id |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET