Interface SignalRPrivateLinkResourcesClient


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

      • list

        com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> list​(String resourceGroupName,
                                                                              String resourceName)
        Get the private link resources that need to be created for a resource.
        Parameters:
        resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
        resourceName - The name of the resource.
        Returns:
        the private link resources that need to be created for a resource 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<PrivateLinkResourceInner> list​(String resourceGroupName,
                                                                              String resourceName,
                                                                              com.azure.core.util.Context context)
        Get the private link resources that need to be created for a resource.
        Parameters:
        resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
        resourceName - The name of the resource.
        context - The context to associate with this operation.
        Returns:
        the private link resources that need to be created for a resource 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.