StorageAccountDetails Class

Definition

Details for the storage account.

[Newtonsoft.Json.JsonObject("StorageAccount")]
public class StorageAccountDetails : Microsoft.Azure.Management.DataBox.Models.DataAccountDetails
[<Newtonsoft.Json.JsonObject("StorageAccount")>]
type StorageAccountDetails = class
    inherit DataAccountDetails
Public Class StorageAccountDetails
Inherits DataAccountDetails
Inheritance
StorageAccountDetails
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

StorageAccountDetails()

Initializes a new instance of the StorageAccountDetails class.

StorageAccountDetails(String, String)

Initializes a new instance of the StorageAccountDetails class.

Properties

SharePassword

Gets or sets 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

Gets or sets storage Account Resource Id.

Methods

Validate()

Validate the object.

Applies to