ExportProperties(ExportDeliveryDestination, ExportDefinition) 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 ExportProperties.
public ExportProperties(Azure.ResourceManager.CostManagement.Models.ExportDeliveryDestination deliveryInfoDestination, Azure.ResourceManager.CostManagement.Models.ExportDefinition definition);
new Azure.ResourceManager.CostManagement.Models.ExportProperties : Azure.ResourceManager.CostManagement.Models.ExportDeliveryDestination * Azure.ResourceManager.CostManagement.Models.ExportDefinition -> Azure.ResourceManager.CostManagement.Models.ExportProperties
Public Sub New (deliveryInfoDestination As ExportDeliveryDestination, definition As ExportDefinition)
Parameters
- deliveryInfoDestination
- ExportDeliveryDestination
Has destination for the export being delivered.
- definition
- ExportDefinition
Has the definition for the export.
Exceptions
deliveryInfoDestination or definition is null.