Compartir a través de


ScheduledActionFileFormat Estructura

Definición

Destino de los datos de vista. Actualmente solo se admite el formato CSV.

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

Constructores

ScheduledActionFileFormat(String)

Inicializa una nueva instancia de la clase ScheduledActionFileFormat.

Propiedades

Csv

Csv.

Métodos

Equals(ScheduledActionFileFormat)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(ScheduledActionFileFormat, ScheduledActionFileFormat)

Determina si dos ScheduledActionFileFormat valores son iguales.

Implicit(String to ScheduledActionFileFormat)

Convierte una cadena en un ScheduledActionFileFormat.

Inequality(ScheduledActionFileFormat, ScheduledActionFileFormat)

Determina si dos ScheduledActionFileFormat valores no son los mismos.

Se aplica a