Class ResourceGroupExportQueryArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.CostManagement.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ResourceGroupExportQueryArgs : ResourceArgs
Constructors
View SourceResourceGroupExportQueryArgs()
Declaration
public ResourceGroupExportQueryArgs()
Properties
View SourceTimeFrame
The time frame for pulling data for the query. If custom, then a specific time period must be provided. Possible values include: WeekToDate, MonthToDate, YearToDate, TheLastWeek, TheLastMonth, TheLastYear, Custom.
Declaration
public Input<string> TimeFrame { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of the query.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |