Class ExportDeliveryInfo

java.lang.Object
com.azure.resourcemanager.costmanagement.models.ExportDeliveryInfo

public final class ExportDeliveryInfo extends Object
The delivery information associated with a export.
  • Constructor Details

    • ExportDeliveryInfo

      public ExportDeliveryInfo()
      Creates an instance of ExportDeliveryInfo class.
  • Method Details

    • destination

      public ExportDeliveryDestination destination()
      Get the destination property: Has destination for the export being delivered.
      Returns:
      the destination value.
    • withDestination

      public ExportDeliveryInfo withDestination(ExportDeliveryDestination destination)
      Set the destination property: Has destination for the export being delivered.
      Parameters:
      destination - the destination value to set.
      Returns:
      the ExportDeliveryInfo object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.