ArmDataBoxModelFactory.ManagedDiskDetails Method
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.
public static Azure.ResourceManager.DataBox.Models.ManagedDiskDetails ManagedDiskDetails(string sharePassword = default, Azure.Core.ResourceIdentifier resourceGroupId = default, Azure.Core.ResourceIdentifier stagingStorageAccountId = default);
static member ManagedDiskDetails : string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBox.Models.ManagedDiskDetails
Public Shared Function ManagedDiskDetails (Optional sharePassword As String = Nothing, Optional resourceGroupId As ResourceIdentifier = Nothing, Optional stagingStorageAccountId As ResourceIdentifier = Nothing) As ManagedDiskDetails
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 : @#-$%^!+=;:_()]+.
- resourceGroupId
- ResourceIdentifier
Resource Group Id of the compute disks.
- stagingStorageAccountId
- ResourceIdentifier
Resource Id of the storage account that can be used to copy the vhd for staging.
Returns
A new ManagedDiskDetails instance for mocking.