IExportExecutionProperties.DestinationRootFolderPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the directory where exports will be uploaded.
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The name of the directory where exports will be uploaded.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="rootFolderPath")]
public string DestinationRootFolderPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The name of the directory where exports will be uploaded.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="rootFolderPath")>]
member this.DestinationRootFolderPath : string with get, set
Public Property DestinationRootFolderPath As String
Property Value
- Attributes