Uses of Interface
com.azure.resourcemanager.loganalytics.models.Workspace
Packages that use Workspace
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of Workspace in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return WorkspaceModifier and TypeMethodDescriptionWorkspace.Update.apply()Executes the update request.Workspace.Update.apply(com.azure.core.util.Context context) Executes the update request.Workspace.DefinitionStages.WithCreate.create()Executes the create request.Workspace.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets a workspace instance.Workspaces.getByResourceGroup(String resourceGroupName, String workspaceName) Gets a workspace instance.Workspace.refresh()Refreshes the resource to sync with Azure.Workspace.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type WorkspaceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Workspace>Workspaces.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a workspace instance.com.azure.core.http.rest.Response<Workspace>Workspaces.getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets a workspace instance.com.azure.core.http.rest.PagedIterable<Workspace>DeletedWorkspaces.list()Gets recently deleted workspaces in a subscription, available for recovery.com.azure.core.http.rest.PagedIterable<Workspace>DeletedWorkspaces.list(com.azure.core.util.Context context) Gets recently deleted workspaces in a subscription, available for recovery.com.azure.core.http.rest.PagedIterable<Workspace>Workspaces.list()Gets the workspaces in a subscription.com.azure.core.http.rest.PagedIterable<Workspace>Workspaces.list(com.azure.core.util.Context context) Gets the workspaces in a subscription.com.azure.core.http.rest.PagedIterable<Workspace>DeletedWorkspaces.listByResourceGroup(String resourceGroupName) Gets recently deleted workspaces in a resource group, available for recovery.com.azure.core.http.rest.PagedIterable<Workspace>DeletedWorkspaces.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets recently deleted workspaces in a resource group, available for recovery.com.azure.core.http.rest.PagedIterable<Workspace>Workspaces.listByResourceGroup(String resourceGroupName) Gets workspaces in a resource group.com.azure.core.http.rest.PagedIterable<Workspace>Workspaces.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets workspaces in a resource group.