Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ManagedClusterRedis.md
2025-01-28 13:29:29 -05:00

1.0 KiB

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 Pointer to String ManagedCluster redisHost [optional]
RedisPort Pointer to Int32 ManagedCluster redisPort [optional]

Examples

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

[Back to top]