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