Uses of Interface
com.azure.resourcemanager.cosmos.models.PrivateEndpointConnection
-
Packages that use PrivateEndpointConnection Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return PrivateEndpointConnection Modifier and Type Method Description PrivateEndpointConnectionCosmosDBAccount. getPrivateEndpointConnection(String name)Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PrivateEndpointConnection Modifier and Type Method Description Mono<PrivateEndpointConnection>CosmosDBAccount. getPrivateEndpointConnectionAsync(String name)Map<String,PrivateEndpointConnection>CosmosDBAccount. listPrivateEndpointConnection()Mono<Map<String,PrivateEndpointConnection>>CosmosDBAccount. listPrivateEndpointConnectionAsync()
-