Interface DataExport.DefinitionStages.WithParentResource
- All Known Subinterfaces:
DataExport.Definition,DataExport.DefinitionStages.Blank
- Enclosing interface:
- DataExport.DefinitionStages
public static interface DataExport.DefinitionStages.WithParentResource
The stage of the DataExport definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingWorkspace(String resourceGroupName, String workspaceName) Specifies resourceGroupName, workspaceName.
-
Method Details
-
withExistingWorkspace
DataExport.DefinitionStages.WithCreate withExistingWorkspace(String resourceGroupName, String workspaceName) Specifies resourceGroupName, workspaceName.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.workspaceName- The name of the workspace.- Returns:
- the next definition stage.
-