Skip to main content

Managedclusterredis

Properties

NameTypeDescriptionNotes
RedisHostStringManagedCluster redisHost[optional]
RedisPortInt32ManagedCluster redisPort[optional]

Examples

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

[Back to top]