UpdateDataLakeStoreWithAccountParameters 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
UpdateDataLakeStoreWithAccountParameters() |
Initialise une nouvelle instance de la classe UpdateDataLakeStoreWithAccountParameters. |
UpdateDataLakeStoreWithAccountParameters(String, String) |
Initialise une nouvelle instance de la classe UpdateDataLakeStoreWithAccountParameters. |
UpdateDataLakeStoreWithAccountParameters()
Initialise une nouvelle instance de la classe UpdateDataLakeStoreWithAccountParameters.
public UpdateDataLakeStoreWithAccountParameters ();
Public Sub New ()
S’applique à
UpdateDataLakeStoreWithAccountParameters(String, String)
Initialise une nouvelle instance de la classe UpdateDataLakeStoreWithAccountParameters.
public UpdateDataLakeStoreWithAccountParameters (string name, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters : string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters
Public Sub New (name As String, Optional suffix As String = Nothing)
Paramètres
- name
- String
Nom unique du compte Data Lake Store à mettre à jour.
- suffix
- String
Suffixe facultatif pour le compte Data Lake Store.
S’applique à
Azure SDK for .NET