ExportDeliveryInfo(ExportDeliveryDestination) Constructor
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.
Initializes a new instance of ExportDeliveryInfo.
public ExportDeliveryInfo(Azure.ResourceManager.CostManagement.Models.ExportDeliveryDestination destination);
new Azure.ResourceManager.CostManagement.Models.ExportDeliveryInfo : Azure.ResourceManager.CostManagement.Models.ExportDeliveryDestination -> Azure.ResourceManager.CostManagement.Models.ExportDeliveryInfo
Public Sub New (destination As ExportDeliveryDestination)
Parameters
- destination
- ExportDeliveryDestination
Has destination for the export being delivered.
Exceptions
destination is null.