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
System_CAPS_pubmethod DataLakeStoreAccountCreateOrUpdateParameters()

Initializes a new instance of the DataLakeStoreAccountCreateOrUpdateParameters class.

System_CAPS_pubmethod 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

Return to top