Package version:

Interface PrivateLinkResources

Interface representing a PrivateLinkResources.

interface PrivateLinkResources {
    get(resourceGroupName, farmBeatsResourceName, subResourceName, options?): Promise<PrivateLinkResource>;
    listByResource(resourceGroupName, farmBeatsResourceName, options?): PagedAsyncIterableIterator<PrivateLinkResource>;
}

Methods