ArmRedisModelFactory.RedisPatchScheduleSetting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
ISO8601 timespan specifying how much time cache patching can take.
Returns
A new RedisPatchScheduleSetting instance for mocking.