Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ManagedClusterRedis.md
2025-05-07 14:37:48 +00:00

1003 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-managed-cluster-redis ManagedClusterRedis ManagedClusterRedis ManagedClusterRedis powershellsdk
powershell
PowerShell
sdk
ManagedClusterRedis
V2024ManagedClusterRedis
/tools/sdk/powershell/v2024/models/managed-cluster-redis
SDK
Software Development Kit
ManagedClusterRedis
V2024ManagedClusterRedis

ManagedClusterRedis

Properties

Name Type Description Notes
RedisHost String ManagedCluster redisHost [optional]
RedisPort Int32 ManagedCluster redisPort [optional]

Examples

  • Prepare the resource
$ManagedClusterRedis = Initialize-V2024ManagedClusterRedis  -RedisHost megapod-useast1-shared-redis.cloud.sailpoint.com `
 -RedisPort 6379
  • Convert the resource to JSON
$ManagedClusterRedis | ConvertTo-JSON

[Back to top]