Show / Hide Table of Contents

Class ResourceGroupExportArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ResourceGroupExportArgs
Inherited Members
ResourceArgs.Empty
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 ResourceGroupExportArgs : ResourceArgs

Constructors

View Source

ResourceGroupExportArgs()

Declaration
public ResourceGroupExportArgs()

Properties

View Source

Active

Is the cost management export active? Default is true.

Declaration
public Input<bool> Active { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DeliveryInfo

A delivery_info block as defined below.

Declaration
public Input<ResourceGroupExportDeliveryInfoArgs> DeliveryInfo { get; set; }
Property Value
Type Description
Input<ResourceGroupExportDeliveryInfoArgs>
View Source

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>
View Source

Query

A query block as defined below.

Declaration
public Input<ResourceGroupExportQueryArgs> Query { get; set; }
Property Value
Type Description
Input<ResourceGroupExportQueryArgs>
View Source

RecurrencePeriodEnd

The date the export will stop capturing information.

Declaration
public Input<string> RecurrencePeriodEnd { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RecurrencePeriodStart

The date the export will start capturing information.

Declaration
public Input<string> RecurrencePeriodStart { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.