DataLakeStoreClient.UpdateAccount 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.
public Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount UpdateAccount (string resourceGroupName, string accountName, string defaultGroup, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState providerState, Microsoft.Azure.Management.DataLake.Store.Models.FirewallState firewallState, Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState azureIpState, System.Collections.Hashtable customTags = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? tier = default, Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig userConfig = default);
member this.UpdateAccount : string * string * string * Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState * Microsoft.Azure.Management.DataLake.Store.Models.FirewallState * Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState * System.Collections.Hashtable * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> * Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount
Public Function UpdateAccount (resourceGroupName As String, accountName As String, defaultGroup As String, providerState As TrustedIdProviderState, firewallState As FirewallState, azureIpState As FirewallAllowAzureIpsState, Optional customTags As Hashtable = Nothing, Optional tier As Nullable(Of TierType) = Nothing, Optional userConfig As UpdateEncryptionConfig = Nothing) As DataLakeStoreAccount
Parameters
- resourceGroupName
- String
- accountName
- String
- defaultGroup
- String
- providerState
- TrustedIdProviderState
- firewallState
- FirewallState
- azureIpState
- FirewallAllowAzureIpsState
- customTags
- Hashtable
- userConfig
- UpdateEncryptionConfig