DataLakeAnalyticsClient.CreateOrUpdateAccount Method
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
CreateOrUpdateAccount(String, String, String, DataLakeStoreAccountInfo, IList<DataLakeStoreAccountInfo>, IList<StorageAccountInfo>, Hashtable, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<TierType>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>)
public Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount CreateOrUpdateAccount (string resourceGroupName, string accountName, string location, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo defaultDataLakeStoreAccount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> additionalDataLakeStoreAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> additionalStorageAccounts = default, System.Collections.Hashtable customTags = default, int? maxAnalyticsUnits = 0, int? maxJobCount = 0, int? queryStoreRetention = 0, Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? tier = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState? allowAzureIps = default);
member this.CreateOrUpdateAccount : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> * System.Collections.Hashtable * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState> -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount
Public Function CreateOrUpdateAccount (resourceGroupName As String, accountName As String, location As String, Optional defaultDataLakeStoreAccount As DataLakeStoreAccountInfo = Nothing, Optional additionalDataLakeStoreAccounts As IList(Of DataLakeStoreAccountInfo) = Nothing, Optional additionalStorageAccounts As IList(Of StorageAccountInfo) = Nothing, Optional customTags As Hashtable = Nothing, Optional maxAnalyticsUnits As Nullable(Of Integer) = 0, Optional maxJobCount As Nullable(Of Integer) = 0, Optional queryStoreRetention As Nullable(Of Integer) = 0, Optional tier As Nullable(Of TierType) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional allowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing) As DataLakeAnalyticsAccount
Parameters
- resourceGroupName
- String
- accountName
- String
- location
- String
- defaultDataLakeStoreAccount
- DataLakeStoreAccountInfo
- additionalDataLakeStoreAccounts
- IList<DataLakeStoreAccountInfo>
- additionalStorageAccounts
- IList<StorageAccountInfo>
- customTags
- Hashtable
- firewallState
- Nullable<FirewallState>
- allowAzureIps
- Nullable<FirewallAllowAzureIpsState>
Returns
Applies to
CreateOrUpdateAccount(String, String, String, AddDataLakeStoreWithAccountParameters, IList<AddDataLakeStoreWithAccountParameters>, IList<AddStorageAccountWithAccountParameters>, Hashtable, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<TierType>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>)
public Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount CreateOrUpdateAccount (string resourceGroupName, string accountName, string location, Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters defaultDataLakeStoreAccount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters> additionalDataLakeStoreAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountWithAccountParameters> additionalStorageAccounts = default, System.Collections.Hashtable customTags = default, int? maxAnalyticsUnits = 0, int? maxJobCount = 0, int? queryStoreRetention = 0, Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? tier = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState? allowAzureIps = default);
member this.CreateOrUpdateAccount : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountWithAccountParameters> * System.Collections.Hashtable * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState> -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount
Public Function CreateOrUpdateAccount (resourceGroupName As String, accountName As String, location As String, Optional defaultDataLakeStoreAccount As AddDataLakeStoreWithAccountParameters = Nothing, Optional additionalDataLakeStoreAccounts As IList(Of AddDataLakeStoreWithAccountParameters) = Nothing, Optional additionalStorageAccounts As IList(Of AddStorageAccountWithAccountParameters) = Nothing, Optional customTags As Hashtable = Nothing, Optional maxAnalyticsUnits As Nullable(Of Integer) = 0, Optional maxJobCount As Nullable(Of Integer) = 0, Optional queryStoreRetention As Nullable(Of Integer) = 0, Optional tier As Nullable(Of TierType) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional allowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing) As DataLakeAnalyticsAccount
Parameters
- resourceGroupName
- String
- accountName
- String
- location
- String
- defaultDataLakeStoreAccount
- AddDataLakeStoreWithAccountParameters
- additionalDataLakeStoreAccounts
- IList<AddDataLakeStoreWithAccountParameters>
- additionalStorageAccounts
- IList<AddStorageAccountWithAccountParameters>
- customTags
- Hashtable
- firewallState
- Nullable<FirewallState>
- allowAzureIps
- Nullable<FirewallAllowAzureIpsState>