ManagedDiskDetails 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.
Details of the managed disks.
[Newtonsoft.Json.JsonObject("ManagedDisk")]
public class ManagedDiskDetails : Microsoft.Azure.Management.DataBox.Models.DataAccountDetails
[<Newtonsoft.Json.JsonObject("ManagedDisk")>]
type ManagedDiskDetails = class
inherit DataAccountDetails
Public Class ManagedDiskDetails
Inherits DataAccountDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ManagedDiskDetails() |
Initializes a new instance of the ManagedDiskDetails class. |
ManagedDiskDetails(String, String, String) |
Initializes a new instance of the ManagedDiskDetails class. |
Properties
ResourceGroupId |
Gets or sets resource Group Id of the compute disks. |
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) |
StagingStorageAccountId |
Gets or sets resource Id of the storage account that can be used to copy the vhd for staging. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET