Uses of Interface
com.azure.resourcemanager.cosmos.models.PrivateLinkResource
-
Packages that use PrivateLinkResource Package Description com.azure.resourcemanager.cosmos.models 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 PrivateLinkResource Modifier and Type Method Description PrivateLinkResourceCosmosDBAccount. getPrivateLinkResource(String groupName)Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PrivateLinkResource Modifier and Type Method Description Mono<PrivateLinkResource>CosmosDBAccount. getPrivateLinkResourceAsync(String groupName)List<PrivateLinkResource>CosmosDBAccount. listPrivateLinkResources()com.azure.core.http.rest.PagedFlux<PrivateLinkResource>CosmosDBAccount. listPrivateLinkResourcesAsync()
-