BookshelfPrivateLinkResourcesOperations interface
Gränssnitt som representerar en BookshelfPrivateLinkResources-operation.
Egenskaper
| get | Får den angivna privata länkresursen för bokhyllan. |
| list |
Listar alla privata länkresurser för bokhyllan. |
Egenskapsinformation
get
Får den angivna privata länkresursen för bokhyllan.
get: (resourceGroupName: string, bookshelfName: string, privateLinkResourceName: string, options?: BookshelfPrivateLinkResourcesGetOptionalParams) => Promise<BookshelfPrivateLinkResource>
Egenskapsvärde
(resourceGroupName: string, bookshelfName: string, privateLinkResourceName: string, options?: BookshelfPrivateLinkResourcesGetOptionalParams) => Promise<BookshelfPrivateLinkResource>
listByBookshelf
Listar alla privata länkresurser för bokhyllan.
listByBookshelf: (resourceGroupName: string, bookshelfName: string, options?: BookshelfPrivateLinkResourcesListByBookshelfOptionalParams) => PagedAsyncIterableIterator<BookshelfPrivateLinkResource, BookshelfPrivateLinkResource[], PageSettings>
Egenskapsvärde
(resourceGroupName: string, bookshelfName: string, options?: BookshelfPrivateLinkResourcesListByBookshelfOptionalParams) => PagedAsyncIterableIterator<BookshelfPrivateLinkResource, BookshelfPrivateLinkResource[], PageSettings>