Interface PrivateLinkResources


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

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String configStoreName, String groupName)
    Gets a private link resource that need to be created for a configuration store.
    com.azure.core.http.rest.Response<PrivateLinkResource>
    getWithResponse(String resourceGroupName, String configStoreName, String groupName, com.azure.core.util.Context context)
    Gets a private link resource that need to be created for a configuration store.
    com.azure.core.http.rest.PagedIterable<PrivateLinkResource>
    listByConfigurationStore(String resourceGroupName, String configStoreName)
    Gets the private link resources that need to be created for a configuration store.
    com.azure.core.http.rest.PagedIterable<PrivateLinkResource>
    listByConfigurationStore(String resourceGroupName, String configStoreName, com.azure.core.util.Context context)
    Gets the private link resources that need to be created for a configuration store.
  • Method Details

    • listByConfigurationStore

      com.azure.core.http.rest.PagedIterable<PrivateLinkResource> listByConfigurationStore(String resourceGroupName, String configStoreName)
      Gets the private link resources that need to be created for a configuration store.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      configStoreName - The name of the configuration store.
      Returns:
      the private link resources that need to be created for a configuration store 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.
    • listByConfigurationStore

      com.azure.core.http.rest.PagedIterable<PrivateLinkResource> listByConfigurationStore(String resourceGroupName, String configStoreName, com.azure.core.util.Context context)
      Gets the private link resources that need to be created for a configuration store.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      configStoreName - The name of the configuration store.
      context - The context to associate with this operation.
      Returns:
      the private link resources that need to be created for a configuration store 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 configStoreName, String groupName)
      Gets a private link resource that need to be created for a configuration store.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      configStoreName - The name of the configuration store.
      groupName - The name of the private link resource group.
      Returns:
      a private link resource that need to be created for a configuration store.
      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 configStoreName, String groupName, com.azure.core.util.Context context)
      Gets a private link resource that need to be created for a configuration store.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      configStoreName - The name of the configuration store.
      groupName - The name of the private link resource group.
      context - The context to associate with this operation.
      Returns:
      a private link resource that need to be created for a configuration store 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.