mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1015 B
1015 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 |
|
/tools/sdk/powershell/v2024/models/managed-cluster-redis |
|
ManagedClusterRedis
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RedisHost | String | ManagedCluster redisHost | [optional] |
| RedisPort | 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