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.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET