LongTermRetentionBackupOperationResult Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
LongTermRetentionBackupOperationResult() |
Initialisiert eine neue instance der LongTermRetentionBackupOperationResult-Klasse. |
LongTermRetentionBackupOperationResult(String, String, String, Nullable<Guid>, String, String, String, String, String, String) |
Initialisiert eine neue instance der LongTermRetentionBackupOperationResult-Klasse. |
LongTermRetentionBackupOperationResult()
Initialisiert eine neue instance der LongTermRetentionBackupOperationResult-Klasse.
public LongTermRetentionBackupOperationResult ();
Public Sub New ()
Gilt für:
LongTermRetentionBackupOperationResult(String, String, String, Nullable<Guid>, String, String, String, String, String, String)
Initialisiert eine neue instance der LongTermRetentionBackupOperationResult-Klasse.
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)
Parameter
- id
- String
Ressourcen-ID
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
- operationType
- String
Vorgangstyp.
- fromBackupResourceId
- String
Quellsicherungsressourcen-ID
- toBackupResourceId
- String
Zielsicherungsressourcen-ID
- targetBackupStorageRedundancy
- String
Der Speicherredundanztyp der kopierten Sicherung. Mögliche Werte: "Geo", "Local", "Zone", "GeoZone"
- status
- String
Vorgangsstatus
- message
- String
Statusmeldung
Gilt für:
Azure SDK for .NET