Partager via


ExportRequest Constructeurs

Définition

Surcharges

ExportRequest()

Initialise une nouvelle instance de la classe ExportRequest.

ExportRequest(StorageKeyType, String, String, String, String, Nullable<AuthenticationType>)

Initialise une nouvelle instance de la classe ExportRequest.

ExportRequest()

Initialise une nouvelle instance de la classe ExportRequest.

public ExportRequest ();
Public Sub New ()

S’applique à

ExportRequest(StorageKeyType, String, String, String, String, Nullable<AuthenticationType>)

Initialise une nouvelle instance de la classe ExportRequest.

public ExportRequest (Microsoft.Azure.Management.Sql.Fluent.Models.StorageKeyType storageKeyType, string storageKey, string storageUri, string administratorLogin, string administratorLoginPassword, Microsoft.Azure.Management.Sql.Fluent.Models.AuthenticationType? authenticationType = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ExportRequest : Microsoft.Azure.Management.Sql.Fluent.Models.StorageKeyType * string * string * string * string * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.AuthenticationType> -> Microsoft.Azure.Management.Sql.Fluent.Models.ExportRequest
Public Sub New (storageKeyType As StorageKeyType, storageKey As String, storageUri As String, administratorLogin As String, administratorLoginPassword As String, Optional authenticationType As Nullable(Of AuthenticationType) = Nothing)

Paramètres

storageKeyType
StorageKeyType

type de clé de stockage à utiliser. Les valeurs possibles sont les suivantes : « StorageAccessKey », « SharedAccessKey »

storageKey
String

clé de stockage à utiliser. Si le type de clé de stockage est SharedAccessKey, il doit être précédé de « ? ».

storageUri
String

l'URI de stockage à utiliser.

administratorLogin
String

Nom de l’administrateur SQL.

administratorLoginPassword
String

mot de passe de l'administrateur SQL.

authenticationType
Nullable<AuthenticationType>

Type d’authentification. Les valeurs possibles sont les suivantes : « SQL », « ADPassword »

S’applique à