Partager via


LongTermRetentionBackupOperationResult Constructeurs

Définition

Surcharges

LongTermRetentionBackupOperationResult()

Initialise une nouvelle instance de la classe LongTermRetentionBackupOperationResult.

LongTermRetentionBackupOperationResult(String, String, String, Nullable<Guid>, String, String, String, String, String, String)

Initialise une nouvelle instance de la classe LongTermRetentionBackupOperationResult.

LongTermRetentionBackupOperationResult()

Initialise une nouvelle instance de la classe LongTermRetentionBackupOperationResult.

public LongTermRetentionBackupOperationResult ();
Public Sub New ()

S’applique à

LongTermRetentionBackupOperationResult(String, String, String, Nullable<Guid>, String, String, String, String, String, String)

Initialise une nouvelle instance de la classe LongTermRetentionBackupOperationResult.

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)

Paramètres

id
String

ID de la ressource

name
String

Nom de la ressource.

type
String

Type de ressource.

requestId
Nullable<Guid>

ID de demande.

operationType
String

Type d’opération.

fromBackupResourceId
String

ID de ressource de sauvegarde source

toBackupResourceId
String

ID de ressource de sauvegarde cible

targetBackupStorageRedundancy
String

Type de redondance de stockage de la sauvegarde copiée. Les valeurs possibles sont les suivantes : « Geo », « Local », « Zone », « GeoZone »

status
String

État de l’opération

message
String

Message de progression

S’applique à