BookshelfPrivateEndpointConnectionsOperations interface
Interface representing a BookshelfPrivateEndpointConnections operations.
Properties
| create |
Approves or updates the specified private endpoint connection. |
| delete | |
| get | Gets the specified private endpoint connection associated with the bookshelf. |
| list |
Lists all private endpoint connections for a bookshelf. |
Property Details
createOrUpdate
Approves or updates the specified private endpoint connection.
createOrUpdate: (resourceGroupName: string, bookshelfName: string, privateEndpointConnectionName: string, resource: BookshelfPrivateEndpointConnection, options?: BookshelfPrivateEndpointConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BookshelfPrivateEndpointConnection>, BookshelfPrivateEndpointConnection>
Property Value
(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>
Property Value
(resourceGroupName: string, bookshelfName: string, privateEndpointConnectionName: string, options?: BookshelfPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the specified private endpoint connection associated with the bookshelf.
get: (resourceGroupName: string, bookshelfName: string, privateEndpointConnectionName: string, options?: BookshelfPrivateEndpointConnectionsGetOptionalParams) => Promise<BookshelfPrivateEndpointConnection>
Property Value
(resourceGroupName: string, bookshelfName: string, privateEndpointConnectionName: string, options?: BookshelfPrivateEndpointConnectionsGetOptionalParams) => Promise<BookshelfPrivateEndpointConnection>
listByBookshelf
Lists all private endpoint connections for a bookshelf.
listByBookshelf: (resourceGroupName: string, bookshelfName: string, options?: BookshelfPrivateEndpointConnectionsListByBookshelfOptionalParams) => PagedAsyncIterableIterator<BookshelfPrivateEndpointConnection, BookshelfPrivateEndpointConnection[], PageSettings>
Property Value
(resourceGroupName: string, bookshelfName: string, options?: BookshelfPrivateEndpointConnectionsListByBookshelfOptionalParams) => PagedAsyncIterableIterator<BookshelfPrivateEndpointConnection, BookshelfPrivateEndpointConnection[], PageSettings>