1. Packages
  2. Azure Native
  3. API Docs
  4. containerservice
  5. getMaintenanceConfiguration
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.containerservice.getMaintenanceConfiguration

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    See planned maintenance for more information about planned maintenance.

    Uses Azure REST API version 2024-10-01.

    Other available API versions: 2020-12-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-07-01, 2021-08-01, 2021-09-01, 2021-10-01, 2021-11-01-preview, 2022-01-01, 2022-01-02-preview, 2022-02-01, 2022-02-02-preview, 2022-03-01, 2022-03-02-preview, 2022-04-01, 2022-04-02-preview, 2022-05-02-preview, 2022-06-01, 2022-06-02-preview, 2022-07-01, 2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-01, 2022-09-02-preview, 2022-10-02-preview, 2022-11-01, 2022-11-02-preview, 2023-01-01, 2023-01-02-preview, 2023-02-01, 2023-02-02-preview, 2023-03-01, 2023-03-02-preview, 2023-04-01, 2023-04-02-preview, 2023-05-01, 2023-05-02-preview, 2023-06-01, 2023-06-02-preview, 2023-07-01, 2023-07-02-preview, 2023-08-01, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview, 2024-03-02-preview, 2024-04-02-preview, 2024-05-01, 2024-05-02-preview, 2024-06-02-preview, 2024-07-01, 2024-07-02-preview, 2024-08-01, 2024-09-01, 2024-09-02-preview, 2024-10-02-preview, 2025-01-01, 2025-01-02-preview, 2025-02-01, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native containerservice [ApiVersion]. See the version guide for details.

    Using getMaintenanceConfiguration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getMaintenanceConfiguration(args: GetMaintenanceConfigurationArgs, opts?: InvokeOptions): Promise<GetMaintenanceConfigurationResult>
    function getMaintenanceConfigurationOutput(args: GetMaintenanceConfigurationOutputArgs, opts?: InvokeOptions): Output<GetMaintenanceConfigurationResult>
    def get_maintenance_configuration(config_name: Optional[str] = None,
                                      resource_group_name: Optional[str] = None,
                                      resource_name: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetMaintenanceConfigurationResult
    def get_maintenance_configuration_output(config_name: Optional[pulumi.Input[str]] = None,
                                      resource_group_name: Optional[pulumi.Input[str]] = None,
                                      resource_name: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetMaintenanceConfigurationResult]
    func LookupMaintenanceConfiguration(ctx *Context, args *LookupMaintenanceConfigurationArgs, opts ...InvokeOption) (*LookupMaintenanceConfigurationResult, error)
    func LookupMaintenanceConfigurationOutput(ctx *Context, args *LookupMaintenanceConfigurationOutputArgs, opts ...InvokeOption) LookupMaintenanceConfigurationResultOutput

    > Note: This function is named LookupMaintenanceConfiguration in the Go SDK.

    public static class GetMaintenanceConfiguration 
    {
        public static Task<GetMaintenanceConfigurationResult> InvokeAsync(GetMaintenanceConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetMaintenanceConfigurationResult> Invoke(GetMaintenanceConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMaintenanceConfigurationResult> getMaintenanceConfiguration(GetMaintenanceConfigurationArgs args, InvokeOptions options)
    public static Output<GetMaintenanceConfigurationResult> getMaintenanceConfiguration(GetMaintenanceConfigurationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:containerservice:getMaintenanceConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConfigName string
    The name of the maintenance configuration.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the managed cluster resource.
    ConfigName string
    The name of the maintenance configuration.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the managed cluster resource.
    configName String
    The name of the maintenance configuration.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the managed cluster resource.
    configName string
    The name of the maintenance configuration.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    resourceName string
    The name of the managed cluster resource.
    config_name str
    The name of the maintenance configuration.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    resource_name str
    The name of the managed cluster resource.
    configName String
    The name of the maintenance configuration.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the managed cluster resource.

    getMaintenanceConfiguration Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Resource ID.
    Name string
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    SystemData Pulumi.AzureNative.ContainerService.Outputs.SystemDataResponse
    The system metadata relating to this resource.
    Type string
    Resource type
    MaintenanceWindow Pulumi.AzureNative.ContainerService.Outputs.MaintenanceWindowResponse
    Maintenance window for the maintenance configuration.
    NotAllowedTime List<Pulumi.AzureNative.ContainerService.Outputs.TimeSpanResponse>
    Time slots on which upgrade is not allowed.
    TimeInWeek List<Pulumi.AzureNative.ContainerService.Outputs.TimeInWeekResponse>
    If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Resource ID.
    Name string
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    SystemData SystemDataResponse
    The system metadata relating to this resource.
    Type string
    Resource type
    MaintenanceWindow MaintenanceWindowResponse
    Maintenance window for the maintenance configuration.
    NotAllowedTime []TimeSpanResponse
    Time slots on which upgrade is not allowed.
    TimeInWeek []TimeInWeekResponse
    If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Resource ID.
    name String
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    systemData SystemDataResponse
    The system metadata relating to this resource.
    type String
    Resource type
    maintenanceWindow MaintenanceWindowResponse
    Maintenance window for the maintenance configuration.
    notAllowedTime List<TimeSpanResponse>
    Time slots on which upgrade is not allowed.
    timeInWeek List<TimeInWeekResponse>
    If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.
    azureApiVersion string
    The Azure API version of the resource.
    id string
    Resource ID.
    name string
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    systemData SystemDataResponse
    The system metadata relating to this resource.
    type string
    Resource type
    maintenanceWindow MaintenanceWindowResponse
    Maintenance window for the maintenance configuration.
    notAllowedTime TimeSpanResponse[]
    Time slots on which upgrade is not allowed.
    timeInWeek TimeInWeekResponse[]
    If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.
    azure_api_version str
    The Azure API version of the resource.
    id str
    Resource ID.
    name str
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    system_data SystemDataResponse
    The system metadata relating to this resource.
    type str
    Resource type
    maintenance_window MaintenanceWindowResponse
    Maintenance window for the maintenance configuration.
    not_allowed_time Sequence[TimeSpanResponse]
    Time slots on which upgrade is not allowed.
    time_in_week Sequence[TimeInWeekResponse]
    If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Resource ID.
    name String
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    systemData Property Map
    The system metadata relating to this resource.
    type String
    Resource type
    maintenanceWindow Property Map
    Maintenance window for the maintenance configuration.
    notAllowedTime List<Property Map>
    Time slots on which upgrade is not allowed.
    timeInWeek List<Property Map>
    If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.

    Supporting Types

    AbsoluteMonthlyScheduleResponse

    DayOfMonth int
    The date of the month.
    IntervalMonths int
    Specifies the number of months between each set of occurrences.
    DayOfMonth int
    The date of the month.
    IntervalMonths int
    Specifies the number of months between each set of occurrences.
    dayOfMonth Integer
    The date of the month.
    intervalMonths Integer
    Specifies the number of months between each set of occurrences.
    dayOfMonth number
    The date of the month.
    intervalMonths number
    Specifies the number of months between each set of occurrences.
    day_of_month int
    The date of the month.
    interval_months int
    Specifies the number of months between each set of occurrences.
    dayOfMonth Number
    The date of the month.
    intervalMonths Number
    Specifies the number of months between each set of occurrences.

    DailyScheduleResponse

    IntervalDays int
    Specifies the number of days between each set of occurrences.
    IntervalDays int
    Specifies the number of days between each set of occurrences.
    intervalDays Integer
    Specifies the number of days between each set of occurrences.
    intervalDays number
    Specifies the number of days between each set of occurrences.
    interval_days int
    Specifies the number of days between each set of occurrences.
    intervalDays Number
    Specifies the number of days between each set of occurrences.

    DateSpanResponse

    End string
    The end date of the date span.
    Start string
    The start date of the date span.
    End string
    The end date of the date span.
    Start string
    The start date of the date span.
    end String
    The end date of the date span.
    start String
    The start date of the date span.
    end string
    The end date of the date span.
    start string
    The start date of the date span.
    end str
    The end date of the date span.
    start str
    The start date of the date span.
    end String
    The end date of the date span.
    start String
    The start date of the date span.

    MaintenanceWindowResponse

    DurationHours int
    Length of maintenance window range from 4 to 24 hours.
    Schedule Pulumi.AzureNative.ContainerService.Inputs.ScheduleResponse
    Recurrence schedule for the maintenance window.
    StartTime string
    The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'.
    NotAllowedDates List<Pulumi.AzureNative.ContainerService.Inputs.DateSpanResponse>
    Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.
    StartDate string
    The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away.
    UtcOffset string
    The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'.
    DurationHours int
    Length of maintenance window range from 4 to 24 hours.
    Schedule ScheduleResponse
    Recurrence schedule for the maintenance window.
    StartTime string
    The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'.
    NotAllowedDates []DateSpanResponse
    Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.
    StartDate string
    The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away.
    UtcOffset string
    The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'.
    durationHours Integer
    Length of maintenance window range from 4 to 24 hours.
    schedule ScheduleResponse
    Recurrence schedule for the maintenance window.
    startTime String
    The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'.
    notAllowedDates List<DateSpanResponse>
    Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.
    startDate String
    The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away.
    utcOffset String
    The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'.
    durationHours number
    Length of maintenance window range from 4 to 24 hours.
    schedule ScheduleResponse
    Recurrence schedule for the maintenance window.
    startTime string
    The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'.
    notAllowedDates DateSpanResponse[]
    Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.
    startDate string
    The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away.
    utcOffset string
    The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'.
    duration_hours int
    Length of maintenance window range from 4 to 24 hours.
    schedule ScheduleResponse
    Recurrence schedule for the maintenance window.
    start_time str
    The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'.
    not_allowed_dates Sequence[DateSpanResponse]
    Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.
    start_date str
    The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away.
    utc_offset str
    The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'.
    durationHours Number
    Length of maintenance window range from 4 to 24 hours.
    schedule Property Map
    Recurrence schedule for the maintenance window.
    startTime String
    The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'.
    notAllowedDates List<Property Map>
    Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.
    startDate String
    The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away.
    utcOffset String
    The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'.

    RelativeMonthlyScheduleResponse

    DayOfWeek string
    Specifies on which day of the week the maintenance occurs.
    IntervalMonths int
    Specifies the number of months between each set of occurrences.
    WeekIndex string
    Specifies on which week of the month the dayOfWeek applies.
    DayOfWeek string
    Specifies on which day of the week the maintenance occurs.
    IntervalMonths int
    Specifies the number of months between each set of occurrences.
    WeekIndex string
    Specifies on which week of the month the dayOfWeek applies.
    dayOfWeek String
    Specifies on which day of the week the maintenance occurs.
    intervalMonths Integer
    Specifies the number of months between each set of occurrences.
    weekIndex String
    Specifies on which week of the month the dayOfWeek applies.
    dayOfWeek string
    Specifies on which day of the week the maintenance occurs.
    intervalMonths number
    Specifies the number of months between each set of occurrences.
    weekIndex string
    Specifies on which week of the month the dayOfWeek applies.
    day_of_week str
    Specifies on which day of the week the maintenance occurs.
    interval_months int
    Specifies the number of months between each set of occurrences.
    week_index str
    Specifies on which week of the month the dayOfWeek applies.
    dayOfWeek String
    Specifies on which day of the week the maintenance occurs.
    intervalMonths Number
    Specifies the number of months between each set of occurrences.
    weekIndex String
    Specifies on which week of the month the dayOfWeek applies.

    ScheduleResponse

    AbsoluteMonthly Pulumi.AzureNative.ContainerService.Inputs.AbsoluteMonthlyScheduleResponse
    For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.
    Daily Pulumi.AzureNative.ContainerService.Inputs.DailyScheduleResponse
    For schedules like: 'recur every day' or 'recur every 3 days'.
    RelativeMonthly Pulumi.AzureNative.ContainerService.Inputs.RelativeMonthlyScheduleResponse
    For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.
    Weekly Pulumi.AzureNative.ContainerService.Inputs.WeeklyScheduleResponse
    For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'.
    AbsoluteMonthly AbsoluteMonthlyScheduleResponse
    For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.
    Daily DailyScheduleResponse
    For schedules like: 'recur every day' or 'recur every 3 days'.
    RelativeMonthly RelativeMonthlyScheduleResponse
    For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.
    Weekly WeeklyScheduleResponse
    For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'.
    absoluteMonthly AbsoluteMonthlyScheduleResponse
    For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.
    daily DailyScheduleResponse
    For schedules like: 'recur every day' or 'recur every 3 days'.
    relativeMonthly RelativeMonthlyScheduleResponse
    For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.
    weekly WeeklyScheduleResponse
    For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'.
    absoluteMonthly AbsoluteMonthlyScheduleResponse
    For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.
    daily DailyScheduleResponse
    For schedules like: 'recur every day' or 'recur every 3 days'.
    relativeMonthly RelativeMonthlyScheduleResponse
    For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.
    weekly WeeklyScheduleResponse
    For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'.
    absolute_monthly AbsoluteMonthlyScheduleResponse
    For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.
    daily DailyScheduleResponse
    For schedules like: 'recur every day' or 'recur every 3 days'.
    relative_monthly RelativeMonthlyScheduleResponse
    For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.
    weekly WeeklyScheduleResponse
    For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'.
    absoluteMonthly Property Map
    For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.
    daily Property Map
    For schedules like: 'recur every day' or 'recur every 3 days'.
    relativeMonthly Property Map
    For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.
    weekly Property Map
    For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    TimeInWeekResponse

    Day string
    The day of the week.
    HourSlots List<int>
    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.
    Day string
    The day of the week.
    HourSlots []int
    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.
    day String
    The day of the week.
    hourSlots List<Integer>
    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.
    day string
    The day of the week.
    hourSlots number[]
    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.
    day str
    The day of the week.
    hour_slots Sequence[int]
    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.
    day String
    The day of the week.
    hourSlots List<Number>
    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.

    TimeSpanResponse

    End string
    The end of a time span
    Start string
    The start of a time span
    End string
    The end of a time span
    Start string
    The start of a time span
    end String
    The end of a time span
    start String
    The start of a time span
    end string
    The end of a time span
    start string
    The start of a time span
    end str
    The end of a time span
    start str
    The start of a time span
    end String
    The end of a time span
    start String
    The start of a time span

    WeeklyScheduleResponse

    DayOfWeek string
    Specifies on which day of the week the maintenance occurs.
    IntervalWeeks int
    Specifies the number of weeks between each set of occurrences.
    DayOfWeek string
    Specifies on which day of the week the maintenance occurs.
    IntervalWeeks int
    Specifies the number of weeks between each set of occurrences.
    dayOfWeek String
    Specifies on which day of the week the maintenance occurs.
    intervalWeeks Integer
    Specifies the number of weeks between each set of occurrences.
    dayOfWeek string
    Specifies on which day of the week the maintenance occurs.
    intervalWeeks number
    Specifies the number of weeks between each set of occurrences.
    day_of_week str
    Specifies on which day of the week the maintenance occurs.
    interval_weeks int
    Specifies the number of weeks between each set of occurrences.
    dayOfWeek String
    Specifies on which day of the week the maintenance occurs.
    intervalWeeks Number
    Specifies the number of weeks between each set of occurrences.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi