UpdateDataLakeStoreAccountParameters Constructors
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
UpdateDataLakeStoreAccountParameters() |
Initializes a new instance of the UpdateDataLakeStoreAccountParameters class. |
UpdateDataLakeStoreAccountParameters(IDictionary<String,String>, String, UpdateEncryptionConfig, IList<UpdateFirewallRuleWithAccountParameters>, IList<UpdateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<UpdateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>) |
Initializes a new instance of the UpdateDataLakeStoreAccountParameters class. |
UpdateDataLakeStoreAccountParameters()
Initializes a new instance of the UpdateDataLakeStoreAccountParameters class.
public UpdateDataLakeStoreAccountParameters ();
Public Sub New ()
Applies to
UpdateDataLakeStoreAccountParameters(IDictionary<String,String>, String, UpdateEncryptionConfig, IList<UpdateFirewallRuleWithAccountParameters>, IList<UpdateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<UpdateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)
Initializes a new instance of the UpdateDataLakeStoreAccountParameters class.
public UpdateDataLakeStoreAccountParameters (System.Collections.Generic.IDictionary<string,string> tags = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig encryptionConfig = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateFirewallRuleWithAccountParameters> firewallRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateVirtualNetworkRuleWithAccountParameters> virtualNetworkRules = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderWithAccountParameters> trustedIdProviders = default, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? trustedIdProviderState = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? newTier = default);
new Microsoft.Azure.Management.DataLake.Store.Models.UpdateDataLakeStoreAccountParameters : System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateFirewallRuleWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateVirtualNetworkRuleWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> -> Microsoft.Azure.Management.DataLake.Store.Models.UpdateDataLakeStoreAccountParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional defaultGroup As String = Nothing, Optional encryptionConfig As UpdateEncryptionConfig = Nothing, Optional firewallRules As IList(Of UpdateFirewallRuleWithAccountParameters) = Nothing, Optional virtualNetworkRules As IList(Of UpdateVirtualNetworkRuleWithAccountParameters) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional trustedIdProviders As IList(Of UpdateTrustedIdProviderWithAccountParameters) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags
- defaultGroup
- String
The default owner group for all new folders and files created in the Data Lake Store account.
- encryptionConfig
- UpdateEncryptionConfig
Used for rotation of user managed Key Vault keys. Can only be used to rotate a user managed encryption Key Vault key.
- firewallRules
- IList<UpdateFirewallRuleWithAccountParameters>
The list of firewall rules associated with this Data Lake Store account.
- virtualNetworkRules
- IList<UpdateVirtualNetworkRuleWithAccountParameters>
The list of virtual network rules associated with this Data Lake Store account.
- firewallState
- Nullable<FirewallState>
The current state of the IP address firewall for this Data Lake Store account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. Possible values include: 'Enabled', 'Disabled'
- firewallAllowAzureIps
- Nullable<FirewallAllowAzureIpsState>
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'
- trustedIdProviders
- IList<UpdateTrustedIdProviderWithAccountParameters>
The list of trusted identity providers associated with this Data Lake Store account.
- trustedIdProviderState
- Nullable<TrustedIdProviderState>
The current state of the trusted identity provider feature for this Data Lake Store account. Disabling trusted identity provider functionality does not remove the providers, they will just be ignored until this feature is re-enabled. Possible values include: 'Enabled', 'Disabled'
The commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_1TB', 'Commitment_10TB', 'Commitment_100TB', 'Commitment_500TB', 'Commitment_1PB', 'Commitment_5PB'
Applies to
Azure SDK for .NET