Interface Export.DefinitionStages.WithCreate
- All Superinterfaces:
Export.DefinitionStages.WithDefinition,Export.DefinitionStages.WithDeliveryInfo,Export.DefinitionStages.WithEtag,Export.DefinitionStages.WithFormat,Export.DefinitionStages.WithPartitionData,Export.DefinitionStages.WithRunHistory,Export.DefinitionStages.WithSchedule
- All Known Subinterfaces:
Export.Definition
- Enclosing interface:
- Export.DefinitionStages
public static interface Export.DefinitionStages.WithCreate
extends Export.DefinitionStages.WithEtag, Export.DefinitionStages.WithSchedule, Export.DefinitionStages.WithFormat, Export.DefinitionStages.WithDeliveryInfo, Export.DefinitionStages.WithDefinition, Export.DefinitionStages.WithRunHistory, Export.DefinitionStages.WithPartitionData
The stage of the Export definition which contains all the minimum required properties for the resource to be
created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.Export.DefinitionStages.WithDefinition
withDefinitionMethods inherited from interface com.azure.resourcemanager.costmanagement.models.Export.DefinitionStages.WithDeliveryInfo
withDeliveryInfoMethods inherited from interface com.azure.resourcemanager.costmanagement.models.Export.DefinitionStages.WithEtag
withEtagMethods inherited from interface com.azure.resourcemanager.costmanagement.models.Export.DefinitionStages.WithFormat
withFormatMethods inherited from interface com.azure.resourcemanager.costmanagement.models.Export.DefinitionStages.WithPartitionData
withPartitionDataMethods inherited from interface com.azure.resourcemanager.costmanagement.models.Export.DefinitionStages.WithRunHistory
withRunHistoryMethods inherited from interface com.azure.resourcemanager.costmanagement.models.Export.DefinitionStages.WithSchedule
withSchedule
-
Method Details
-
create
Export create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-