ITransferConfiguration.TransferAllDetail 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.
Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransferConfigurationTransferAllDetails) }, ReadOnly=false, Required=false, SerializedName="transferAllDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransferConfigurationTransferAllDetails TransferAllDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransferConfigurationTransferAllDetails) }, ReadOnly=false, Required=false, SerializedName="transferAllDetails")>]
member this.TransferAllDetail : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransferConfigurationTransferAllDetails with get, set
Public Property TransferAllDetail As ITransferConfigurationTransferAllDetails
Property Value
- Attributes