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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountPatch>
public class DataLakeStoreAccountPatch
type DataLakeStoreAccountPatch = class
interface IJsonModel<DataLakeStoreAccountPatch>
interface IPersistableModel<DataLakeStoreAccountPatch>
type DataLakeStoreAccountPatch = class
Public Class DataLakeStoreAccountPatch
Implements IJsonModel(Of DataLakeStoreAccountPatch), IPersistableModel(Of DataLakeStoreAccountPatch)
Public Class DataLakeStoreAccountPatch
- Inheritance
-
DataLakeStoreAccountPatch
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataLakeStoreAccountPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataLakeStoreAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataLakeStoreAccountPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataLakeStoreAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataLakeStoreAccountPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET