Interface PrivateLinkResourcesClient


public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
  • Method Details

    • listByAccount

      com.azure.core.http.rest.PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName)
      List all private link resources in a device update account.
      Parameters:
      resourceGroupName - The resource group name.
      accountName - Account name.
      Returns:
      the available private link resources for an Account 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.
    • listByAccount

      com.azure.core.http.rest.PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName, com.azure.core.util.Context context)
      List all private link resources in a device update account.
      Parameters:
      resourceGroupName - The resource group name.
      accountName - Account name.
      context - The context to associate with this operation.
      Returns:
      the available private link resources for an Account 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

      GroupInformationInner get(String resourceGroupName, String accountName, String groupId)
      Get the specified private link resource associated with the device update account.
      Parameters:
      resourceGroupName - The resource group name.
      accountName - Account name.
      groupId - The group ID of the private link resource.
      Returns:
      the specified private link resource associated with the device update account.
      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<GroupInformationInner> getWithResponse(String resourceGroupName, String accountName, String groupId, com.azure.core.util.Context context)
      Get the specified private link resource associated with the device update account.
      Parameters:
      resourceGroupName - The resource group name.
      accountName - Account name.
      groupId - The group ID of the private link resource.
      context - The context to associate with this operation.
      Returns:
      the specified private link resource associated with the device update account 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.