Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.LinkedServiceInner
Packages that use LinkedServiceInner
Package
Description
Package containing the service clients for LogAnalytics.
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
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.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.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 TypeMethodDescriptionstatic LinkedServiceInnerLinkedServiceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LinkedServiceInner from the JsonReader.LinkedServiceInner.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.