IGranularCopyProgress.TransferType 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.
Transfer type of data
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Transfer type of data", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferType) }, ReadOnly=true, Required=false, SerializedName="transferType")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferType? TransferType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Transfer type of data", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferType) }, ReadOnly=true, Required=false, SerializedName="transferType")>]
member this.TransferType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransferType>
Public ReadOnly Property TransferType As Nullable(Of TransferType)
Property Value
- Attributes