Partilhar via


ExportRunExecutionType Struct

Definition

The type of the export run.

public readonly struct ExportRunExecutionType : IEquatable<Azure.ResourceManager.CostManagement.Models.ExportRunExecutionType>
type ExportRunExecutionType = struct
Public Structure ExportRunExecutionType
Implements IEquatable(Of ExportRunExecutionType)
Inheritance
ExportRunExecutionType
Implements

Constructors

Name Description
ExportRunExecutionType(String)

Initializes a new instance of ExportRunExecutionType.

Properties

Name Description
OnDemand

OnDemand.

Scheduled

Scheduled.

Methods

Name Description
Equals(ExportRunExecutionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ExportRunExecutionType, ExportRunExecutionType)

Determines if two ExportRunExecutionType values are the same.

Implicit(String to ExportRunExecutionType)

Converts a String to a ExportRunExecutionType.

Inequality(ExportRunExecutionType, ExportRunExecutionType)

Determines if two ExportRunExecutionType values are not the same.

Applies to