Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.PrivateLinkResourceInner
Packages that use PrivateLinkResourceInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
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 PrivateLinkResourceInnerModifier and TypeMethodDescriptionGets 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 PrivateLinkResourceInnerModifier and TypeMethodDescriptionGets 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.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionstatic PrivateLinkResourceInner
PrivateLinkResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceInner from the JsonReader. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResult.value()
Get the value property: Array of private link resources.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResult.withValue
(List<PrivateLinkResourceInner> value) Set the value property: Array of private link resources.