ArmDataBoxModelFactory.DataBoxStorageAccountDetails Method

Definition

public static Azure.ResourceManager.DataBox.Models.DataBoxStorageAccountDetails DataBoxStorageAccountDetails(string sharePassword = default, Azure.Core.ResourceIdentifier storageAccountId = default);
static member DataBoxStorageAccountDetails : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBox.Models.DataBoxStorageAccountDetails
Public Shared Function DataBoxStorageAccountDetails (Optional sharePassword As String = Nothing, Optional storageAccountId As ResourceIdentifier = Nothing) As DataBoxStorageAccountDetails

Parameters

sharePassword
String

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 : @#-$%^!+=;:_()]+.

storageAccountId
ResourceIdentifier

Storage Account Resource Id.

Returns

A new DataBoxStorageAccountDetails instance for mocking.

Applies to