DataLakeStoreAccountCreateOrUpdateContent 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.
The DataLakeStoreAccountCreateOrUpdateContent.
public class DataLakeStoreAccountCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCreateOrUpdateContent>
public class DataLakeStoreAccountCreateOrUpdateContent
type DataLakeStoreAccountCreateOrUpdateContent = class
interface IJsonModel<DataLakeStoreAccountCreateOrUpdateContent>
interface IPersistableModel<DataLakeStoreAccountCreateOrUpdateContent>
type DataLakeStoreAccountCreateOrUpdateContent = class
Public Class DataLakeStoreAccountCreateOrUpdateContent
Implements IJsonModel(Of DataLakeStoreAccountCreateOrUpdateContent), IPersistableModel(Of DataLakeStoreAccountCreateOrUpdateContent)
Public Class DataLakeStoreAccountCreateOrUpdateContent
- Inheritance
-
DataLakeStoreAccountCreateOrUpdateContent
- Implements
Constructors
DataLakeStoreAccountCreateOrUpdateContent(AzureLocation) |
Initializes a new instance of DataLakeStoreAccountCreateOrUpdateContent. |
Properties
DefaultGroup |
The default owner group for all new folders and files created in the Data Lake Store account. |
EncryptionConfig |
The Key Vault encryption configuration. |
EncryptionState |
The current state of encryption for this Data Lake Store account. |
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. |
Identity |
The Key Vault encryption identity, if any. Current supported identity types: SystemAssigned. |
Location |
The resource location. |
NewTier |
The commitment tier to use for next month. |
Tags |
The 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. |
VirtualNetworkRules |
The list of virtual network rules associated with this Data Lake Store account. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataLakeStoreAccountCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataLakeStoreAccountCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataLakeStoreAccountCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataLakeStoreAccountCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataLakeStoreAccountCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET