Show / Hide Table of Contents

Class ResourceGroupExportDeliveryInfoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ResourceGroupExportDeliveryInfoArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ResourceGroupExportDeliveryInfoArgs : ResourceArgs

Constructors

View Source

ResourceGroupExportDeliveryInfoArgs()

Declaration
public ResourceGroupExportDeliveryInfoArgs()

Properties

View Source

ContainerName

The name of the container where exports will be uploaded.

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

RootFolderPath

The path of the directory where exports will be uploaded.

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

StorageAccountId

The storage account id where exports will be delivered.

Declaration
public Input<string> StorageAccountId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.