getPatchSchedule

Gets the patching schedule of a redis cache. Uses Azure REST API version 2023-04-01. Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

Return

Response to put/get patch schedules for Redis cache.

Parameters

argument

null


suspend fun getPatchSchedule(default: String, name: String, resourceGroupName: String): GetPatchScheduleResult

Return

Response to put/get patch schedules for Redis cache.

Parameters

default

Default string modeled as parameter for auto generation to work correctly.

name

The name of the redis cache.

resourceGroupName

The name of the resource group.

See also


Return

Response to put/get patch schedules for Redis cache.

Parameters

argument

Builder for com.pulumi.azurenative.cache.kotlin.inputs.GetPatchSchedulePlainArgs.

See also