Uses of Class
com.azure.resourcemanager.monitor.models.WorkspaceInfo
-
Packages that use WorkspaceInfo Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of WorkspaceInfo in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return WorkspaceInfo Modifier and Type Method Description WorkspaceInfoWorkspaceInfo. withCustomerId(String customerId)Set the customerId property: Log Analytics workspace identifier.WorkspaceInfoWorkspaceInfo. withId(String id)Set the id property: Azure Resource Manager identifier of the Log Analytics Workspace.WorkspaceInfoWorkspaceInfo. withLocation(String location)Set the location property: Location of the Log Analytics workspace.WorkspaceInfoDataContainer. workspace()Get the workspace property: Log Analytics workspace information.Methods in com.azure.resourcemanager.monitor.models with parameters of type WorkspaceInfo Modifier and Type Method Description DataContainerDataContainer. withWorkspace(WorkspaceInfo workspace)Set the workspace property: Log Analytics workspace information.
-