PrivateLinkResourcesOperations interface

Interface representing a PrivateLinkResources operations.

Properties

get

Gets the private link resources that need to be created for a Cosmos DB account.

listByDatabaseAccount

Gets the private link resources that need to be created for a Cosmos DB account.

Property Details

get

Gets the private link resources that need to be created for a Cosmos DB account.

get: (resourceGroupName: string, accountName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

Property Value

(resourceGroupName: string, accountName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

listByDatabaseAccount

Gets the private link resources that need to be created for a Cosmos DB account.

listByDatabaseAccount: (resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Property Value

(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>