Interface PrivateLinkResources


public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String workspaceName, String privateLinkResourceName)
    Get specific private link resource information for this grafana resource.
    com.azure.core.http.rest.Response<PrivateLinkResource>
    getWithResponse(String resourceGroupName, String workspaceName, String privateLinkResourceName, com.azure.core.util.Context context)
    Get specific private link resource information for this grafana resource.
    com.azure.core.http.rest.PagedIterable<PrivateLinkResource>
    list(String resourceGroupName, String workspaceName)
    List all private link resources information for this grafana resource.
    com.azure.core.http.rest.PagedIterable<PrivateLinkResource>
    list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
    List all private link resources information for this grafana resource.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<PrivateLinkResource> list(String resourceGroupName, String workspaceName)
      List all private link resources information for this grafana resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      Returns:
      a list of private link resources as paginated response with PagedIterable.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<PrivateLinkResource> list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
      List all private link resources information for this grafana resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      context - The context to associate with this operation.
      Returns:
      a list of private link resources as paginated response with PagedIterable.
      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

      PrivateLinkResource get(String resourceGroupName, String workspaceName, String privateLinkResourceName)
      Get specific private link resource information for this grafana resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      privateLinkResourceName - The privateLinkResourceName parameter.
      Returns:
      specific private link resource information for this grafana resource.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String workspaceName, String privateLinkResourceName, com.azure.core.util.Context context)
      Get specific private link resource information for this grafana resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      privateLinkResourceName - The privateLinkResourceName parameter.
      context - The context to associate with this operation.
      Returns:
      specific private link resource information for this grafana resource 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.