Delen via


ExecutionType Struct

Definition

The type of the export execution.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionTypeTypeConverter))]
public struct ExecutionType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ExecutionTypeTypeConverter))>]
type ExecutionType = struct
    interface IArgumentCompleter
Public Structure ExecutionType
Implements IArgumentCompleter, IEquatable(Of ExecutionType)
Inheritance
ExecutionType
Attributes
Implements

Fields

OnDemand
Scheduled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ExecutionType)

Compares values of enum type ExecutionType

Equals(Object)

Compares values of enum type ExecutionType (override for Object)

GetHashCode()

Returns hashCode for enum ExecutionType

ToString()

Returns string representation for ExecutionType

Operators

Equality(ExecutionType, ExecutionType)

Overriding == operator for enum ExecutionType

Implicit(ExecutionType to String)

Implicit operator to convert ExecutionType to string

Implicit(String to ExecutionType)

Implicit operator to convert string to ExecutionType

Inequality(ExecutionType, ExecutionType)

Overriding != operator for enum ExecutionType

Applies to