你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ITimeInWeek Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeInWeekTypeConverter))]
public interface ITimeInWeek : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeInWeekTypeConverter))>]
type ITimeInWeek = interface
    interface IJsonSerializable
Public Interface ITimeInWeek
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Day

The day of the week.

HourSlot

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to