BookshelvesOperations interface
Interface representing a Bookshelves operations.
Properties
| create |
Create a Bookshelf |
| delete | |
| get | Get a Bookshelf |
| list |
List Bookshelf resources by resource group |
| list |
List Bookshelf resources by subscription ID |
| update | Update a Bookshelf |
Property Details
createOrUpdate
Create a Bookshelf
createOrUpdate: (resourceGroupName: string, bookshelfName: string, resource: Bookshelf, options?: BookshelvesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Bookshelf>, Bookshelf>
Property Value
(resourceGroupName: string, bookshelfName: string, resource: Bookshelf, options?: BookshelvesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Bookshelf>, Bookshelf>
delete
delete: (resourceGroupName: string, bookshelfName: string, options?: BookshelvesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, bookshelfName: string, options?: BookshelvesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a Bookshelf
get: (resourceGroupName: string, bookshelfName: string, options?: BookshelvesGetOptionalParams) => Promise<Bookshelf>
Property Value
(resourceGroupName: string, bookshelfName: string, options?: BookshelvesGetOptionalParams) => Promise<Bookshelf>
listByResourceGroup
List Bookshelf resources by resource group
listByResourceGroup: (resourceGroupName: string, options?: BookshelvesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Bookshelf, Bookshelf[], PageSettings>
Property Value
(resourceGroupName: string, options?: BookshelvesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Bookshelf, Bookshelf[], PageSettings>
listBySubscription
List Bookshelf resources by subscription ID
listBySubscription: (options?: BookshelvesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Bookshelf, Bookshelf[], PageSettings>
Property Value
(options?: BookshelvesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Bookshelf, Bookshelf[], PageSettings>
update
Update a Bookshelf
update: (resourceGroupName: string, bookshelfName: string, properties: BookshelfUpdate, options?: BookshelvesUpdateOptionalParams) => PollerLike<OperationState<Bookshelf>, Bookshelf>
Property Value
(resourceGroupName: string, bookshelfName: string, properties: BookshelfUpdate, options?: BookshelvesUpdateOptionalParams) => PollerLike<OperationState<Bookshelf>, Bookshelf>