Class ResourceGroupExportDeliveryInfoArgs
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 ResourceGroupExportDeliveryInfoArgs : ResourceArgs
Constructors
View SourceResourceGroupExportDeliveryInfoArgs()
Declaration
public ResourceGroupExportDeliveryInfoArgs()
Properties
View SourceContainerName
The name of the container where exports will be uploaded.
Declaration
public Input<string> ContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
StorageAccountId
The storage account id where exports will be delivered.
Declaration
public Input<string> StorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |