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