New-AzAksTimeInWeekObject
Create an in-memory object for TimeInWeek.
New-AzAksTimeInWeekObject
[-Day <WeekDay>]
[-HourSlot <Int32[]>]
[<CommonParameters>]
Create an in-memory object for TimeInWeek.
New-AzAksTimeInWeekObject -Day 'Sunday' -HourSlot 1,2
Day HourSlot
--- --------
Sunday {1, 2}
New-AzAksTimeInWeekObject creates an in-memory object of type TimeInWeek. This object represents time in a week. and will be used for parameter TimeInWeek in cmdlet New-AzAksMaintenanceConfiguration.
The day of the week.
Type: | WeekDay |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range.
Type: | Int32[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Azure PowerShell geri bildirimi
Azure PowerShell, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: