Class ResourceGroupExportState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ResourceGroupExportState : ResourceArgs
Constructors
View SourceResourceGroupExportState()
Declaration
public ResourceGroupExportState()
Properties
View SourceActive
Is the cost management export active? Default is true.
Declaration
public Input<bool> Active { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DeliveryInfo
A delivery_info block as defined below.
Declaration
public Input<ResourceGroupExportDeliveryInfoGetArgs> DeliveryInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourceGroupExportDeliveryInfoGetArgs> |
Name
Specifies the name of the Cost Management Export. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Query
A query block as defined below.
Declaration
public Input<ResourceGroupExportQueryGetArgs> Query { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ResourceGroupExportQueryGetArgs> |
RecurrencePeriodEnd
The date the export will stop capturing information.
Declaration
public Input<string> RecurrencePeriodEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecurrencePeriodStart
The date the export will start capturing information.
Declaration
public Input<string> RecurrencePeriodStart { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecurrenceType
How often the requested information will be exported. Valid values include Annually, Daily, Monthly, Weekly.
Declaration
public Input<string> RecurrenceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupId
The id of the resource group in which to export information.
Declaration
public Input<string> ResourceGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |