Uses of Class
com.azure.resourcemanager.costmanagement.models.ExportDeliveryDestination
Packages that use ExportDeliveryDestination
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ExportDeliveryDestination in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ExportDeliveryDestinationModifier and TypeMethodDescriptionExportDeliveryInfo.destination()Get the destination property: Has destination for the export being delivered.ExportDeliveryDestination.withContainer(String container) Set the container property: The name of the container where exports will be uploaded.ExportDeliveryDestination.withResourceId(String resourceId) Set the resourceId property: The resource id of the storage account where exports will be delivered.ExportDeliveryDestination.withRootFolderPath(String rootFolderPath) Set the rootFolderPath property: The name of the directory where exports will be uploaded.ExportDeliveryDestination.withSasToken(String sasToken) Set the sasToken property: A SAS token for the storage account.ExportDeliveryDestination.withStorageAccount(String storageAccount) Set the storageAccount property: The storage account where exports will be uploaded.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ExportDeliveryDestinationModifier and TypeMethodDescriptionExportDeliveryInfo.withDestination(ExportDeliveryDestination destination) Set the destination property: Has destination for the export being delivered.