ArmRedisModelFactory.RedisPatchScheduleSetting Method

Definition

public static Azure.ResourceManager.Redis.Models.RedisPatchScheduleSetting RedisPatchScheduleSetting(Azure.ResourceManager.Redis.Models.RedisDayOfWeek dayOfWeek = Azure.ResourceManager.Redis.Models.RedisDayOfWeek.Monday, int startHourUtc = 0, TimeSpan? maintenanceWindow = default);
static member RedisPatchScheduleSetting : Azure.ResourceManager.Redis.Models.RedisDayOfWeek * int * Nullable<TimeSpan> -> Azure.ResourceManager.Redis.Models.RedisPatchScheduleSetting
Public Shared Function RedisPatchScheduleSetting (Optional dayOfWeek As RedisDayOfWeek = Azure.ResourceManager.Redis.Models.RedisDayOfWeek.Monday, Optional startHourUtc As Integer = 0, Optional maintenanceWindow As Nullable(Of TimeSpan) = Nothing) As RedisPatchScheduleSetting

Parameters

dayOfWeek
RedisDayOfWeek

Day of the week when a cache can be patched.

startHourUtc
Int32

Start hour after which cache patching can start.

maintenanceWindow
Nullable<TimeSpan>

ISO8601 timespan specifying how much time cache patching can take.

Returns

A new RedisPatchScheduleSetting instance for mocking.

Applies to