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