Interface ApiManagementWorkspaceLinkOperationsClient
public interface ApiManagementWorkspaceLinkOperationsClient
An instance of this class provides access to all the operations defined in
ApiManagementWorkspaceLinkOperationsClient.
-
Method Summary
Modifier and TypeMethodDescriptionGets an API Management WorkspaceLink resource description.com.azure.core.http.rest.Response<ApiManagementWorkspaceLinksResourceInner> getWithResponse(String resourceGroupName, String serviceName, String workspaceId, com.azure.core.util.Context context) Gets an API Management WorkspaceLink resource description.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<ApiManagementWorkspaceLinksResourceInner> getWithResponse(String resourceGroupName, String serviceName, String workspaceId, com.azure.core.util.Context context) Gets an API Management WorkspaceLink resource description.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.workspaceId- Workspace identifier. Must be unique in the current API Management service instance.context- The context to associate with this operation.- Returns:
- an API Management WorkspaceLink resource description along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
ApiManagementWorkspaceLinksResourceInner get(String resourceGroupName, String serviceName, String workspaceId) Gets an API Management WorkspaceLink resource description.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.workspaceId- Workspace identifier. Must be unique in the current API Management service instance.- Returns:
- an API Management WorkspaceLink resource description.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-