Uses of Interface
com.azure.resourcemanager.cosmos.models.PrivateLinkResource
Packages that use PrivateLinkResource
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of PrivateLinkResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return PrivateLinkResourceModifier and TypeMethodDescriptionCosmosDBAccount.getPrivateLinkResource(String groupName) Gets the specific private link resource.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PrivateLinkResourceModifier and TypeMethodDescriptionCosmosDBAccount.getPrivateLinkResourceAsync(String groupName) Gets the specific private link resource.CosmosDBAccount.listPrivateLinkResources()Gets all private link resources in the account.com.azure.core.http.rest.PagedFlux<PrivateLinkResource> CosmosDBAccount.listPrivateLinkResourcesAsync()Gets all private link resources in the account.