DataLakeStoreAccountInfo 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
DataLakeStoreAccountInfo() |
Initializes a new instance of the DataLakeStoreAccountInfo class. |
DataLakeStoreAccountInfo(String, String, String, String) |
Initializes a new instance of the DataLakeStoreAccountInfo class. |
DataLakeStoreAccountInfo()
Initializes a new instance of the DataLakeStoreAccountInfo class.
public DataLakeStoreAccountInfo ();
Public Sub New ()
Applies to
DataLakeStoreAccountInfo(String, String, String, String)
Initializes a new instance of the DataLakeStoreAccountInfo class.
public DataLakeStoreAccountInfo (string name, string id = default, string type = default, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo : string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo
Public Sub New (name As String, Optional id As String = Nothing, Optional type As String = Nothing, Optional suffix As String = Nothing)
Parameters
- name
- String
Resource name
- id
- String
Resource Id
- type
- String
Resource type
- suffix
- String
the optional suffix for the Data Lake Store account.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET