Share via


IJobResource.DeliveryType Property

Definition

Delivery type of Job.

[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Delivery type of Job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.JobDeliveryType) }, ReadOnly=false, Required=false, SerializedName="deliveryType")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.JobDeliveryType? DeliveryType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Delivery type of Job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.JobDeliveryType) }, ReadOnly=false, Required=false, SerializedName="deliveryType")>]
member this.DeliveryType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.JobDeliveryType> with get, set
Public Property DeliveryType As Nullable(Of JobDeliveryType)

Property Value

Attributes

Applies to