Dela via


DataLakeAnalyticsStorageAccountInformationPatch Class

Definition

The parameters used to update an Azure Storage account. Serialized Name: UpdateStorageAccountParameters

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

Constructors

DataLakeAnalyticsStorageAccountInformationPatch()

Initializes a new instance of DataLakeAnalyticsStorageAccountInformationPatch.

Properties

AccessKey

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

Suffix

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataLakeAnalyticsStorageAccountInformationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataLakeAnalyticsStorageAccountInformationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeAnalyticsStorageAccountInformationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeAnalyticsStorageAccountInformationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataLakeAnalyticsStorageAccountInformationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to