Interface PrivateLinkResources


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

      • get

        PrivateLinkResourcesWrapper get​(String resourceGroupName,
                                        String factoryName)
        Gets the private link resources.
        Parameters:
        resourceGroupName - The resource group name.
        factoryName - The factory name.
        Returns:
        the private link resources.
        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<PrivateLinkResourcesWrapper> getWithResponse​(String resourceGroupName,
                                                                                       String factoryName,
                                                                                       com.azure.core.util.Context context)
        Gets the private link resources.
        Parameters:
        resourceGroupName - The resource group name.
        factoryName - The factory name.
        context - The context to associate with this operation.
        Returns:
        the private link resources 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.