Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.PrivateLinkResourceInner
-
Packages that use PrivateLinkResourceInner Package Description com.azure.resourcemanager.cosmos.fluent Package containing the service clients for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerPrivateLinkResourcesClient. get(String resourceGroupName, String accountName, String groupName)Gets the private link resources that need to be created for a Cosmos DB account.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type PrivateLinkResourceInner Modifier and Type Method Description Mono<PrivateLinkResourceInner>PrivateLinkResourcesClient. getAsync(String resourceGroupName, String accountName, String groupName)Gets the private link resources that need to be created for a Cosmos DB account.com.azure.core.http.rest.Response<PrivateLinkResourceInner>PrivateLinkResourcesClient. getWithResponse(String resourceGroupName, String accountName, String groupName, com.azure.core.util.Context context)Gets the private link resources that need to be created for a Cosmos DB account.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceInner>>PrivateLinkResourcesClient. getWithResponseAsync(String resourceGroupName, String accountName, String groupName)Gets the private link resources that need to be created for a Cosmos DB account.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>PrivateLinkResourcesClient. listByDatabaseAccount(String resourceGroupName, String accountName)Gets the private link resources that need to be created for a Cosmos DB account.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>PrivateLinkResourcesClient. listByDatabaseAccount(String resourceGroupName, String accountName, com.azure.core.util.Context context)Gets the private link resources that need to be created for a Cosmos DB account.com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner>PrivateLinkResourcesClient. listByDatabaseAccountAsync(String resourceGroupName, String accountName)Gets the private link resources that need to be created for a Cosmos DB account. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PrivateLinkResourceInner Modifier and Type Method Description List<PrivateLinkResourceInner>PrivateLinkResourceListResult. value()Get the value property: Array of private link resources.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceListResultPrivateLinkResourceListResult. withValue(List<PrivateLinkResourceInner> value)Set the value property: Array of private link resources.
-