DataContainer Class
- java.
lang. Object - com.
microsoft. azure. management. monitor. DataContainer
- com.
public class DataContainer
Information about a container with data for a given resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
Data |
withWorkspace(WorkspaceInfo workspace)
Set log Analytics workspace information. |
Workspace |
workspace()
Get log Analytics workspace information. |
Method Details
withWorkspace
public DataContainer withWorkspace(WorkspaceInfo workspace)
Set log Analytics workspace information.
Parameters:
workspace
- the workspace value to set
Returns:
the DataContainer object itself.
workspace
public WorkspaceInfo workspace()
Get log Analytics workspace information.
Returns:
the workspace value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java