DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent 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 parameters used to add a new Data Lake Store account while creating a new Data Lake Analytics account. Serialized Name: AddDataLakeStoreWithAccountParameters
public class DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>
public class DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent
type DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent = class
interface IJsonModel<DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>
interface IPersistableModel<DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>
type DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent = class
Public Class DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent
Implements IJsonModel(Of DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent), IPersistableModel(Of DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent)
Public Class DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent
- Inheritance
-
DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent
- Implements
Constructors
DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent(String) |
Initializes a new instance of DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent. |
Properties
Name |
The unique name of the Data Lake Store account to add. Serialized Name: AddDataLakeStoreWithAccountParameters.name |
Suffix |
The optional suffix for the Data Lake Store account. Serialized Name: AddDataLakeStoreWithAccountParameters.properties.suffix |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET