Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update sdk/resourcemanager/azure-resourcemanager-cosmos/src/main/java…
…/com/azure/resourcemanager/cosmos/models/CosmosDBAccount.java
  • Loading branch information
weidongxu-microsoft authored Dec 23, 2024
commit 065e91381c72d75aef6560d5b37cd04bf4515914
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ public interface CosmosDBAccount extends GroupableResource<CosmosManager, Databa
List<PrivateLinkResource> listPrivateLinkResources();

/**
* Gets the specific private link resource group.
* Gets the specific private link resource.
*
* @param groupName group name of private link resource
* @return the specific private link resource group
* @return the specific private link resource
*/
Mono<PrivateLinkResource> getPrivateLinkResourceAsync(String groupName);

Expand Down
Loading