IExportDeliveryDestinationInternal Interface
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.
public interface IExportDeliveryDestinationInternal
type IExportDeliveryDestinationInternal = interface
Public Interface IExportDeliveryDestinationInternal
- Derived
Properties
Container |
The name of the container where exports will be uploaded. If the container does not exist it will be created. |
ResourceId |
The resource id of the storage account where exports will be delivered. This is not required if a sasToken and storageAccount are specified. |
RootFolderPath |
The name of the directory where exports will be uploaded. |
SasToken |
A SAS token for the storage account. For a restricted set of Azure customers this together with storageAccount can be specified instead of resourceId. Note: the value returned by the API for this property will always be obfuscated. Returning this same obfuscated value will not result in the SAS token being updated. To update this value a new SAS token must be specified. |
StorageAccount |
The storage account where exports will be uploaded. For a restricted set of Azure customers this together with sasToken can be specified instead of resourceId. |