Interface SignalRPrivateLinkResources


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.azure.core.http.rest.PagedIterable<PrivateLinkResource> list​(String resourceGroupName, String resourceName)
      Get the private link resources that need to be created for a resource.
      com.azure.core.http.rest.PagedIterable<PrivateLinkResource> list​(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
      Get the private link resources that need to be created for a resource.
    • Method Detail

      • list

        com.azure.core.http.rest.PagedIterable<PrivateLinkResource> 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<PrivateLinkResource> 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.