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