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

ExportRunExecutionType(String)

Initializes a new instance of ExportRunExecutionType.

Properties

OnDemand

OnDemand.

Scheduled

Scheduled.

Methods

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

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