Uses of Class
com.azure.resourcemanager.redis.fluent.models.PrivateLinkResourceInner
Packages that use PrivateLinkResourceInner
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<PrivateLinkResourceInner> PrivateLinkResourcesClient.listByRedisCache
(String resourceGroupName, String cacheName) Gets the private link resources that need to be created for a redis cache.com.azure.core.http.rest.PagedIterable
<PrivateLinkResourceInner> PrivateLinkResourcesClient.listByRedisCache
(String resourceGroupName, String cacheName, com.azure.core.util.Context context) Gets the private link resources that need to be created for a redis cache.com.azure.core.http.rest.PagedFlux
<PrivateLinkResourceInner> PrivateLinkResourcesClient.listByRedisCacheAsync
(String resourceGroupName, String cacheName) Gets the private link resources that need to be created for a redis cache. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionstatic PrivateLinkResourceInner
PrivateLinkResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceInner from the JsonReader.PrivateLinkResourceInner.withRequiredZoneNames
(List<String> requiredZoneNames) Set the requiredZoneNames property: The private link resource Private link DNS zone name. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.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.redis.models with type arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResult.withValue
(List<PrivateLinkResourceInner> value) Set the value property: Array of private link resources.