Поделиться через


DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent Class

Definition

The parameters used to add a new Azure Storage account. Serialized Name: AddStorageAccountParameters

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

Constructors

DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent(String)

Initializes a new instance of DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent.

Properties

AccessKey

The access key associated with this Azure Storage account that will be used to connect to it. Serialized Name: AddStorageAccountParameters.properties.accessKey

Suffix

The optional suffix for the storage account. Serialized Name: AddStorageAccountParameters.properties.suffix

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataLakeAnalyticsStorageAccountInformationCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to