Class ResourceGroupExportDeliveryInfo
Inheritance
System.Object
ResourceGroupExportDeliveryInfo
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ResourceGroupExportDeliveryInfo
Fields
View SourceContainerName
The name of the container where exports will be uploaded.
Declaration
public readonly string ContainerName
Field Value
| Type | Description |
|---|---|
| System.String |
RootFolderPath
The path of the directory where exports will be uploaded.
Declaration
public readonly string RootFolderPath
Field Value
| Type | Description |
|---|---|
| System.String |
StorageAccountId
The storage account id where exports will be delivered.
Declaration
public readonly string StorageAccountId
Field Value
| Type | Description |
|---|---|
| System.String |