Sdílet prostřednictvím


DataLakeStoreAccountInformationCreateOrUpdateContent Class

Definition

The parameters used to add a new Data Lake Store account. Serialized Name: AddDataLakeStoreParameters

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

Constructors

DataLakeStoreAccountInformationCreateOrUpdateContent()

Initializes a new instance of DataLakeStoreAccountInformationCreateOrUpdateContent.

Properties

Suffix

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataLakeStoreAccountInformationCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataLakeStoreAccountInformationCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeStoreAccountInformationCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeStoreAccountInformationCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataLakeStoreAccountInformationCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to