Interface SummaryLogs.DefinitionStages.WithParentResource
- All Known Subinterfaces:
SummaryLogs.Definition, SummaryLogs.DefinitionStages.Blank
- Enclosing interface:
SummaryLogs.DefinitionStages
public static interface SummaryLogs.DefinitionStages.WithParentResource
The stage of the SummaryLogs definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingWorkspace(String resourceGroupName, String workspaceName) Specifies resourceGroupName, workspaceName.
-
Method Details
-
withExistingWorkspace
SummaryLogs.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.
-