DataLakeStoreAccountPatch Class
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.
Data Lake Store account information to update.
public class DataLakeStoreAccountPatch
type DataLakeStoreAccountPatch = class
Public Class DataLakeStoreAccountPatch
- Inheritance
-
DataLakeStoreAccountPatch
Constructors
DataLakeStoreAccountPatch() |
Initializes a new instance of DataLakeStoreAccountPatch. |
Properties
DefaultGroup |
The default owner group for all new folders and files created in the Data Lake Store account. |
EncryptionKeyVersion |
The version of the user managed encryption key to update through a key rotation. |
FirewallAllowAzureIPs |
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. |
FirewallRules |
The list of firewall rules associated with this Data Lake Store account. |
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. |
NewTier |
The commitment tier to use for next month. |
Tags |
Resource tags. |
TrustedIdProviders |
The list of trusted identity providers associated with this Data Lake Store account. |
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. |
VirtualNetworkRules |
The list of virtual network rules associated with this Data Lake Store account. |
Applies to
Azure SDK for .NET