ContainerServiceTimeInWeek Class
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.
Time in a week.
public class ContainerServiceTimeInWeek : Azure.Provisioning.Primitives.ProvisionableConstruct
type ContainerServiceTimeInWeek = class
inherit ProvisionableConstruct
Public Class ContainerServiceTimeInWeek
Inherits ProvisionableConstruct
- Inheritance
Constructors
ContainerServiceTimeInWeek() |
Creates a new ContainerServiceTimeInWeek. |
Properties
Day |
The day of the week. |
HourSlots |
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
DefineProvisionableProperties() |
Define all the provisionable properties of ContainerServiceTimeInWeek. |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |
Applies to
Azure SDK for .NET