Uses of Class
com.microsoft.azure.management.datalake.store.models.CreateDataLakeStoreAccountParameters
Packages that use CreateDataLakeStoreAccountParameters
Package
Description
This package contains the classes for DataLakeStoreAccountManagementClient.
This package contains the models classes for DataLakeStoreAccountManagementClient.
-
Uses of CreateDataLakeStoreAccountParameters in com.microsoft.azure.management.datalake.store
Methods in com.microsoft.azure.management.datalake.store with parameters of type CreateDataLakeStoreAccountParametersModifier and TypeMethodDescriptionAccounts.beginCreate(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.rx.Observable<DataLakeStoreAccount>Accounts.beginCreateAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>Accounts.beginCreateAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Creates the specified Data Lake Store account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>>Accounts.beginCreateWithServiceResponseAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.Accounts.create(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.rx.Observable<DataLakeStoreAccount>Accounts.createAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>Accounts.createAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Creates the specified Data Lake Store account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>>Accounts.createWithServiceResponseAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account. -
Uses of CreateDataLakeStoreAccountParameters in com.microsoft.azure.management.datalake.store.models
Methods in com.microsoft.azure.management.datalake.store.models that return CreateDataLakeStoreAccountParametersModifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.withDefaultGroup(String defaultGroup) Set the defaultGroup value.CreateDataLakeStoreAccountParameters.withEncryptionConfig(EncryptionConfig encryptionConfig) Set the encryptionConfig value.CreateDataLakeStoreAccountParameters.withEncryptionState(EncryptionState encryptionState) Set the encryptionState value.CreateDataLakeStoreAccountParameters.withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps) Set the firewallAllowAzureIps value.CreateDataLakeStoreAccountParameters.withFirewallRules(List<CreateFirewallRuleWithAccountParameters> firewallRules) Set the firewallRules value.CreateDataLakeStoreAccountParameters.withFirewallState(FirewallState firewallState) Set the firewallState value.CreateDataLakeStoreAccountParameters.withIdentity(EncryptionIdentity identity) Set the identity value.CreateDataLakeStoreAccountParameters.withLocation(String location) Set the location value.CreateDataLakeStoreAccountParameters.withNewTier(TierType newTier) Set the newTier value.Set the tags value.CreateDataLakeStoreAccountParameters.withTrustedIdProviders(List<CreateTrustedIdProviderWithAccountParameters> trustedIdProviders) Set the trustedIdProviders value.CreateDataLakeStoreAccountParameters.withTrustedIdProviderState(TrustedIdProviderState trustedIdProviderState) Set the trustedIdProviderState value.