ExportFormatType Struct

Definition

The format of the export being delivered. Currently only 'Csv' is supported.

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

Constructors

ExportFormatType(String)

Initializes a new instance of ExportFormatType.

Properties

Csv

Csv.

Methods

Equals(ExportFormatType)

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(ExportFormatType, ExportFormatType)

Determines if two ExportFormatType values are the same.

Implicit(String to ExportFormatType)

Converts a string to a ExportFormatType.

Inequality(ExportFormatType, ExportFormatType)

Determines if two ExportFormatType values are not the same.

Applies to