Uses of Class
com.azure.resourcemanager.redis.fluent.models.PrivateLinkResourceInner
-
Packages that use PrivateLinkResourceInner Package Description com.azure.resourcemanager.redis.fluent Package containing the service clients for RedisManagementClient.com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models 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 PrivateLinkResourceInner Modifier and Type Method Description com.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 PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerPrivateLinkResourceInner. 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 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.redis.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.
-