Show / Hide Table of Contents

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 Source

ContainerName

The name of the container where exports will be uploaded.

Declaration
public readonly string ContainerName
Field Value
Type Description
System.String
View Source

RootFolderPath

The path of the directory where exports will be uploaded.

Declaration
public readonly string RootFolderPath
Field Value
Type Description
System.String
View Source

StorageAccountId

The storage account id where exports will be delivered.

Declaration
public readonly string StorageAccountId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.