NewAzImportExport_CreateExpanded.ReturnPackageDriveCount Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Category(new Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Description="The number of drives included in the package.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="driveCount")]
[System.Management.Automation.Parameter(HelpMessage="The number of drives included in the package.", Mandatory=false)]
public int ReturnPackageDriveCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Category(new Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Description="The number of drives included in the package.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="driveCount")>]
[<System.Management.Automation.Parameter(HelpMessage="The number of drives included in the package.", Mandatory=false)>]
member this.ReturnPackageDriveCount : int with get, set
Public Property ReturnPackageDriveCount As Integer
Property Value
- Attributes