ImportExportResponseInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ImportExportResponseInner() |
Initialise une nouvelle instance de la classe ImportExportResponseInner. |
ImportExportResponseInner(String, String, String, String, Nullable<Guid>, String, String, String, String, String, String, String) |
Initialise une nouvelle instance de la classe ImportExportResponseInner. |
ImportExportResponseInner()
Initialise une nouvelle instance de la classe ImportExportResponseInner.
public ImportExportResponseInner ();
Public Sub New ()
S’applique à
ImportExportResponseInner(String, String, String, String, Nullable<Guid>, String, String, String, String, String, String, String)
Initialise une nouvelle instance de la classe ImportExportResponseInner.
public ImportExportResponseInner (string id = default, string name = default, string type = default, string requestType = default, Guid? requestId = default, string serverName = default, string databaseName = default, string status = default, string lastModifiedTime = default, string queuedTime = default, string blobUri = default, string errorMessage = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ImportExportResponseInner : string * string * string * string * Nullable<Guid> * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.ImportExportResponseInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional requestType As String = Nothing, Optional requestId As Nullable(Of Guid) = Nothing, Optional serverName As String = Nothing, Optional databaseName As String = Nothing, Optional status As String = Nothing, Optional lastModifiedTime As String = Nothing, Optional queuedTime As String = Nothing, Optional blobUri As String = Nothing, Optional errorMessage As String = Nothing)
Paramètres
- id
- String
- name
- String
- type
- String
- requestType
- String
Type de requête de l’opération.
- serverName
- String
Le nom du serveur
- databaseName
- String
Nom de la base de données.
- status
- String
Message status retourné par le serveur.
- lastModifiedTime
- String
L’opération status dernière modification.
- queuedTime
- String
Heure mise en file d’attente de l’opération.
- blobUri
- String
URI de l’objet blob.
- errorMessage
- String
Message d’erreur retourné par le serveur.
S’applique à
Azure SDK for .NET