Share via


IExportExecution.ExecutionType Property

Definition

The type of the export execution.

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The type of the export execution.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionType) }, ReadOnly=false, Required=false, SerializedName="executionType")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionType? ExecutionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The type of the export execution.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionType) }, ReadOnly=false, Required=false, SerializedName="executionType")>]
member this.ExecutionType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionType> with get, set
Public Property ExecutionType As Nullable(Of ExecutionType)

Property Value

Attributes

Applies to