UpdateDataLakeStoreWithAccountParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateDataLakeStoreWithAccountParameters() |
Initializes a new instance of the UpdateDataLakeStoreWithAccountParameters class. |
UpdateDataLakeStoreWithAccountParameters(String, String) |
Initializes a new instance of the UpdateDataLakeStoreWithAccountParameters class. |
UpdateDataLakeStoreWithAccountParameters()
Initializes a new instance of the UpdateDataLakeStoreWithAccountParameters class.
public UpdateDataLakeStoreWithAccountParameters ();
Public Sub New ()
Applies to
UpdateDataLakeStoreWithAccountParameters(String, String)
Initializes a new instance of the UpdateDataLakeStoreWithAccountParameters class.
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)
Parameters
- name
- String
The unique name of the Data Lake Store account to update.
- suffix
- String
The optional suffix for the Data Lake Store account.
Applies to
Azure SDK for .NET