Uses of Interface
com.azure.resourcemanager.loganalytics.models.LinkedService
Packages that use LinkedService
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of LinkedService in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return LinkedServiceModifier and TypeMethodDescriptionLinkedService.Update.apply()Executes the update request.LinkedService.Update.apply(com.azure.core.util.Context context) Executes the update request.LinkedService.DefinitionStages.WithCreate.create()Executes the create request.LinkedService.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Deletes a linked service instance.LinkedServices.delete(String resourceGroupName, String workspaceName, String linkedServiceName, com.azure.core.util.Context context) Deletes a linked service instance.LinkedServices.deleteById(String id) Deletes a linked service instance.LinkedServices.deleteByIdWithResponse(String id, com.azure.core.util.Context context) Deletes a linked service instance.Gets a linked service instance.Gets a linked service instance.LinkedService.refresh()Refreshes the resource to sync with Azure.LinkedService.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 LinkedServiceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<LinkedService>LinkedServices.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a linked service instance.com.azure.core.http.rest.Response<LinkedService>LinkedServices.getWithResponse(String resourceGroupName, String workspaceName, String linkedServiceName, com.azure.core.util.Context context) Gets a linked service instance.com.azure.core.http.rest.PagedIterable<LinkedService>LinkedServices.listByWorkspace(String resourceGroupName, String workspaceName) Gets the linked services instances in a workspace.com.azure.core.http.rest.PagedIterable<LinkedService>LinkedServices.listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets the linked services instances in a workspace.