Dela via


DataLakeStoreForDataLakeAnalyticsAccountUpdateContent Class

Definition

The parameters used to update a Data Lake Store account while updating a Data Lake Analytics account. Serialized Name: UpdateDataLakeStoreWithAccountParameters

public class DataLakeStoreForDataLakeAnalyticsAccountUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreForDataLakeAnalyticsAccountUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreForDataLakeAnalyticsAccountUpdateContent>
public class DataLakeStoreForDataLakeAnalyticsAccountUpdateContent
type DataLakeStoreForDataLakeAnalyticsAccountUpdateContent = class
    interface IJsonModel<DataLakeStoreForDataLakeAnalyticsAccountUpdateContent>
    interface IPersistableModel<DataLakeStoreForDataLakeAnalyticsAccountUpdateContent>
type DataLakeStoreForDataLakeAnalyticsAccountUpdateContent = class
Public Class DataLakeStoreForDataLakeAnalyticsAccountUpdateContent
Implements IJsonModel(Of DataLakeStoreForDataLakeAnalyticsAccountUpdateContent), IPersistableModel(Of DataLakeStoreForDataLakeAnalyticsAccountUpdateContent)
Public Class DataLakeStoreForDataLakeAnalyticsAccountUpdateContent
Inheritance
DataLakeStoreForDataLakeAnalyticsAccountUpdateContent
Implements

Constructors

DataLakeStoreForDataLakeAnalyticsAccountUpdateContent(String)

Initializes a new instance of DataLakeStoreForDataLakeAnalyticsAccountUpdateContent.

Properties

Name

The unique name of the Data Lake Store account to update. Serialized Name: UpdateDataLakeStoreWithAccountParameters.name

Suffix

The optional suffix for the Data Lake Store account. Serialized Name: UpdateDataLakeStoreWithAccountParameters.properties.suffix

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataLakeStoreForDataLakeAnalyticsAccountUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataLakeStoreForDataLakeAnalyticsAccountUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeStoreForDataLakeAnalyticsAccountUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeStoreForDataLakeAnalyticsAccountUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataLakeStoreForDataLakeAnalyticsAccountUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to