BookshelvesOperations interface

Gränssnitt som representerar en bokhyllaoperation.

Egenskaper

createOrUpdate

Skapa en bokhylla

delete
get

Skaffa en bokhylla

listByResourceGroup

Lista bokhylleresurser efter resursgrupp

listBySubscription

Lista bokhylleresurser efter prenumerations-ID

update

Uppdatera en bokhylla

Egenskapsinformation

createOrUpdate

Skapa en bokhylla

createOrUpdate: (resourceGroupName: string, bookshelfName: string, resource: Bookshelf, options?: BookshelvesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Bookshelf>, Bookshelf>

Egenskapsvärde

(resourceGroupName: string, bookshelfName: string, resource: Bookshelf, options?: BookshelvesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Bookshelf>, Bookshelf>

delete

delete: (resourceGroupName: string, bookshelfName: string, options?: BookshelvesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Egenskapsvärde

(resourceGroupName: string, bookshelfName: string, options?: BookshelvesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Skaffa en bokhylla

get: (resourceGroupName: string, bookshelfName: string, options?: BookshelvesGetOptionalParams) => Promise<Bookshelf>

Egenskapsvärde

(resourceGroupName: string, bookshelfName: string, options?: BookshelvesGetOptionalParams) => Promise<Bookshelf>

listByResourceGroup

Lista bokhylleresurser efter resursgrupp

listByResourceGroup: (resourceGroupName: string, options?: BookshelvesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Bookshelf, Bookshelf[], PageSettings>

Egenskapsvärde

(resourceGroupName: string, options?: BookshelvesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Bookshelf, Bookshelf[], PageSettings>

listBySubscription

Lista bokhylleresurser efter prenumerations-ID

listBySubscription: (options?: BookshelvesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Bookshelf, Bookshelf[], PageSettings>

Egenskapsvärde

(options?: BookshelvesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Bookshelf, Bookshelf[], PageSettings>

update

Uppdatera en bokhylla

update: (resourceGroupName: string, bookshelfName: string, properties: BookshelfUpdate, options?: BookshelvesUpdateOptionalParams) => PollerLike<OperationState<Bookshelf>, Bookshelf>

Egenskapsvärde

(resourceGroupName: string, bookshelfName: string, properties: BookshelfUpdate, options?: BookshelvesUpdateOptionalParams) => PollerLike<OperationState<Bookshelf>, Bookshelf>