DataLakeStoreAccountCreateOrUpdateParameters Constructor
Namespace: Microsoft.Azure.Management.DataLake.Store.Models
Assembly: Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
DataLakeStoreAccountCreateOrUpdateParameters() | Initializes a new instance of the DataLakeStoreAccountCreateOrUpdateParameters class. |
![]() |
DataLakeStoreAccountCreateOrUpdateParameters(DataLakeStoreAccount) | Initializes a new instance of the DataLakeStoreAccountCreateOrUpdateParameters class with required arguments. |
See Also
DataLakeStoreAccountCreateOrUpdateParameters Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace
Return to top
DataLakeStoreAccountCreateOrUpdateParameters Constructor ()
Initializes a new instance of the DataLakeStoreAccountCreateOrUpdateParameters class.
Syntax
public DataLakeStoreAccountCreateOrUpdateParameters()
public:
DataLakeStoreAccountCreateOrUpdateParameters()
new : unit -> DataLakeStoreAccountCreateOrUpdateParameters
Public Sub New
Return to top
DataLakeStoreAccountCreateOrUpdateParameters Constructor (DataLakeStoreAccount)
Initializes a new instance of the DataLakeStoreAccountCreateOrUpdateParameters class with required arguments.
Syntax
public DataLakeStoreAccountCreateOrUpdateParameters(
DataLakeStoreAccount dataLakeStoreAccount
)
public:
DataLakeStoreAccountCreateOrUpdateParameters(
DataLakeStoreAccount^ dataLakeStoreAccount
)
new :
dataLakeStoreAccount:DataLakeStoreAccount -> DataLakeStoreAccountCreateOrUpdateParameters
Public Sub New (
dataLakeStoreAccount As DataLakeStoreAccount
)
Parameters
- dataLakeStoreAccount
Type: Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount
Return to top
.jpeg)