Interface DataExport.DefinitionStages.WithResourceId
- All Known Subinterfaces:
DataExport.Definition,DataExport.DefinitionStages.WithCreate
- Enclosing interface:
- DataExport.DefinitionStages
public static interface DataExport.DefinitionStages.WithResourceId
The stage of the DataExport definition allowing to specify resourceId.
-
Method Summary
Modifier and TypeMethodDescriptionwithResourceId(String resourceId) Specifies the resourceId property: The destination resource ID.
-
Method Details
-
withResourceId
Specifies the resourceId property: The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure..- Parameters:
resourceId- The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.- Returns:
- the next definition stage.
-