Share via


DataBoxStorageAccountDetails Class

Definition

Details for the storage account.

public class DataBoxStorageAccountDetails : Azure.ResourceManager.DataBox.Models.DataAccountDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataBoxStorageAccountDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataBoxStorageAccountDetails>
type DataBoxStorageAccountDetails = class
    inherit DataAccountDetails
    interface IJsonModel<DataBoxStorageAccountDetails>
    interface IPersistableModel<DataBoxStorageAccountDetails>
Public Class DataBoxStorageAccountDetails
Inherits DataAccountDetails
Implements IJsonModel(Of DataBoxStorageAccountDetails), IPersistableModel(Of DataBoxStorageAccountDetails)
Inheritance
DataBoxStorageAccountDetails
Implements

Constructors

DataBoxStorageAccountDetails(ResourceIdentifier)

Initializes a new instance of DataBoxStorageAccountDetails.

Properties

SharePassword

Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+.

(Inherited from DataAccountDetails)
StorageAccountId

Storage Account Resource Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataAccountDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataAccountDetails)
IJsonModel<DataAccountDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataAccountDetails)
IJsonModel<DataBoxStorageAccountDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxStorageAccountDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataAccountDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataAccountDetails)
IPersistableModel<DataAccountDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataAccountDetails)
IPersistableModel<DataAccountDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataAccountDetails)
IPersistableModel<DataBoxStorageAccountDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxStorageAccountDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxStorageAccountDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to