BookshelfPrivateLinkResourcesOperations interface
Interface representing a BookshelfPrivateLinkResources operations.
Properties
| get | Gets the specified private link resource for the bookshelf. |
| list |
Lists all private link resources for the bookshelf. |
Property Details
get
Gets the specified private link resource for the bookshelf.
get: (resourceGroupName: string, bookshelfName: string, privateLinkResourceName: string, options?: BookshelfPrivateLinkResourcesGetOptionalParams) => Promise<BookshelfPrivateLinkResource>
Property Value
(resourceGroupName: string, bookshelfName: string, privateLinkResourceName: string, options?: BookshelfPrivateLinkResourcesGetOptionalParams) => Promise<BookshelfPrivateLinkResource>
listByBookshelf
Lists all private link resources for the bookshelf.
listByBookshelf: (resourceGroupName: string, bookshelfName: string, options?: BookshelfPrivateLinkResourcesListByBookshelfOptionalParams) => PagedAsyncIterableIterator<BookshelfPrivateLinkResource, BookshelfPrivateLinkResource[], PageSettings>
Property Value
(resourceGroupName: string, bookshelfName: string, options?: BookshelfPrivateLinkResourcesListByBookshelfOptionalParams) => PagedAsyncIterableIterator<BookshelfPrivateLinkResource, BookshelfPrivateLinkResource[], PageSettings>