BookshelfPrivateEndpointConnectionsOperations interface

Rozhraní reprezentující operace BookshelfPrivateEndpointConnections.

Vlastnosti

createOrUpdate

Schvaluje nebo aktualizuje specifikované připojení k privátnímu koncovému zařízení.

delete
get

Získá specifikované soukromé koncové spojení spojené s knihovnou.

listByBookshelf

Uvádí všechna soukromá připojení k koncovým bodům knihovny.

Podrobnosti vlastnosti

createOrUpdate

Schvaluje nebo aktualizuje specifikované připojení k privátnímu koncovému zařízení.

createOrUpdate: (resourceGroupName: string, bookshelfName: string, privateEndpointConnectionName: string, resource: BookshelfPrivateEndpointConnection, options?: BookshelfPrivateEndpointConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BookshelfPrivateEndpointConnection>, BookshelfPrivateEndpointConnection>

Hodnota vlastnosti

(resourceGroupName: string, bookshelfName: string, privateEndpointConnectionName: string, resource: BookshelfPrivateEndpointConnection, options?: BookshelfPrivateEndpointConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BookshelfPrivateEndpointConnection>, BookshelfPrivateEndpointConnection>

delete

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

Hodnota vlastnosti

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

get

Získá specifikované soukromé koncové spojení spojené s knihovnou.

get: (resourceGroupName: string, bookshelfName: string, privateEndpointConnectionName: string, options?: BookshelfPrivateEndpointConnectionsGetOptionalParams) => Promise<BookshelfPrivateEndpointConnection>

Hodnota vlastnosti

(resourceGroupName: string, bookshelfName: string, privateEndpointConnectionName: string, options?: BookshelfPrivateEndpointConnectionsGetOptionalParams) => Promise<BookshelfPrivateEndpointConnection>

listByBookshelf

Uvádí všechna soukromá připojení k koncovým bodům knihovny.

listByBookshelf: (resourceGroupName: string, bookshelfName: string, options?: BookshelfPrivateEndpointConnectionsListByBookshelfOptionalParams) => PagedAsyncIterableIterator<BookshelfPrivateEndpointConnection, BookshelfPrivateEndpointConnection[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, bookshelfName: string, options?: BookshelfPrivateEndpointConnectionsListByBookshelfOptionalParams) => PagedAsyncIterableIterator<BookshelfPrivateEndpointConnection, BookshelfPrivateEndpointConnection[], PageSettings>