Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.LinkedServiceInner
Packages that use LinkedServiceInner
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of LinkedServiceInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return LinkedServiceInnerModifier and TypeMethodDescriptionLinkedServicesClient.createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters) Create or update a linked service.LinkedServicesClient.createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, com.azure.core.util.Context context) Create or update a linked service.LinkedServicesClient.delete(String resourceGroupName, String workspaceName, String linkedServiceName) Deletes a linked service instance.LinkedServicesClient.delete(String resourceGroupName, String workspaceName, String linkedServiceName, com.azure.core.util.Context context) Deletes a linked service instance.Gets a linked service instance.Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type LinkedServiceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters) Create or update a linked service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters) Create or update a linked service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, com.azure.core.util.Context context) Create or update a linked service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, com.azure.core.util.Context context) Create or update a linked service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName) Deletes a linked service instance.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName) Deletes a linked service instance.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName, com.azure.core.util.Context context) Deletes a linked service instance.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginDelete(String resourceGroupName, String workspaceName, String linkedServiceName, com.azure.core.util.Context context) Deletes a linked service instance.com.azure.core.http.rest.Response<LinkedServiceInner>LinkedServicesClient.getWithResponse(String resourceGroupName, String workspaceName, String linkedServiceName, com.azure.core.util.Context context) Gets a linked service instance.com.azure.core.http.rest.PagedIterable<LinkedServiceInner>LinkedServicesClient.listByWorkspace(String resourceGroupName, String workspaceName) Gets the linked services instances in a workspace.com.azure.core.http.rest.PagedIterable<LinkedServiceInner>LinkedServicesClient.listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets the linked services instances in a workspace.Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type LinkedServiceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters) Create or update a linked service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LinkedServiceInner>,LinkedServiceInner> LinkedServicesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, com.azure.core.util.Context context) Create or update a linked service.LinkedServicesClient.createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters) Create or update a linked service.LinkedServicesClient.createOrUpdate(String resourceGroupName, String workspaceName, String linkedServiceName, LinkedServiceInner parameters, com.azure.core.util.Context context) Create or update a linked service. -
Uses of LinkedServiceInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return LinkedServiceInnerModifier and TypeMethodDescriptionLinkedServiceInner.withProvisioningState(LinkedServiceEntityStatus provisioningState) Set the provisioningState property: The provisioning state of the linked service.LinkedServiceInner.withResourceId(String resourceId) Set the resourceId property: The resource id of the resource that will be linked to the workspace.Set the tags property: Resource tags.LinkedServiceInner.withWriteAccessResourceId(String writeAccessResourceId) Set the writeAccessResourceId property: The resource id of the resource that will be linked to the workspace. -
Uses of LinkedServiceInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return LinkedServiceInnerModifier and TypeMethodDescriptionLinkedService.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.LinkedServiceInner object.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type LinkedServiceInnerModifier and TypeMethodDescriptionLinkedServiceListResult.value()Get the value property: The list of linked service instances.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type LinkedServiceInnerModifier and TypeMethodDescriptionLinkedServiceListResult.withValue(List<LinkedServiceInner> value) Set the value property: The list of linked service instances.