LongTermRetentionBackupOperationResult Constructors
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.
Overloads
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. |
LongTermRetentionBackupOperationResult()
Initializes a new instance of the LongTermRetentionBackupOperationResult class.
public LongTermRetentionBackupOperationResult ();
Public Sub New ()
Applies to
LongTermRetentionBackupOperationResult(String, String, String, Nullable<Guid>, String, String, String, String, String, String)
Initializes a new instance of the LongTermRetentionBackupOperationResult class.
public LongTermRetentionBackupOperationResult (string id = default, string name = default, string type = default, Guid? requestId = default, string operationType = default, string fromBackupResourceId = default, string toBackupResourceId = default, string targetBackupStorageRedundancy = default, string status = default, string message = default);
new Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult : string * string * string * Nullable<Guid> * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional requestId As Nullable(Of Guid) = Nothing, Optional operationType As String = Nothing, Optional fromBackupResourceId As String = Nothing, Optional toBackupResourceId As String = Nothing, Optional targetBackupStorageRedundancy As String = Nothing, Optional status As String = Nothing, Optional message As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- operationType
- String
Operation type.
- fromBackupResourceId
- String
Source backup resource id
- toBackupResourceId
- String
Target backup resource id
- targetBackupStorageRedundancy
- String
The storage redundancy type of the copied backup. Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone'
- status
- String
Operation status
- message
- String
Progress message