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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.containerservice.getMaintenanceConfiguration

Explore with Pulumi AI

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.1.0 published on Tuesday, Apr 8, 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. 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>
Copy
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]
Copy
func LookupMaintenanceConfiguration(ctx *Context, args *LookupMaintenanceConfigurationArgs, opts ...InvokeOption) (*LookupMaintenanceConfigurationResult, error)
func LookupMaintenanceConfigurationOutput(ctx *Context, args *LookupMaintenanceConfigurationOutputArgs, opts ...InvokeOption) LookupMaintenanceConfigurationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetMaintenanceConfigurationResult> getMaintenanceConfiguration(GetMaintenanceConfigurationArgs args, InvokeOptions options)
public static Output<GetMaintenanceConfigurationResult> getMaintenanceConfiguration(GetMaintenanceConfigurationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:containerservice:getMaintenanceConfiguration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigName
This property is required.
Changes to this property will trigger replacement.
string
The name of the maintenance configuration.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the managed cluster resource.
ConfigName
This property is required.
Changes to this property will trigger replacement.
string
The name of the maintenance configuration.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the managed cluster resource.
configName
This property is required.
Changes to this property will trigger replacement.
String
The name of the maintenance configuration.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
resourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the managed cluster resource.
configName
This property is required.
Changes to this property will trigger replacement.
string
The name of the maintenance configuration.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
resourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the managed cluster resource.
config_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the maintenance configuration.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
resource_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the managed cluster resource.
configName
This property is required.
Changes to this property will trigger replacement.
String
The name of the maintenance configuration.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
resourceName
This property is required.
Changes to this property will trigger replacement.
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 This property is required. int
The date of the month.
IntervalMonths This property is required. int
Specifies the number of months between each set of occurrences.
DayOfMonth This property is required. int
The date of the month.
IntervalMonths This property is required. int
Specifies the number of months between each set of occurrences.
dayOfMonth This property is required. Integer
The date of the month.
intervalMonths This property is required. Integer
Specifies the number of months between each set of occurrences.
dayOfMonth This property is required. number
The date of the month.
intervalMonths This property is required. number
Specifies the number of months between each set of occurrences.
day_of_month This property is required. int
The date of the month.
interval_months This property is required. int
Specifies the number of months between each set of occurrences.
dayOfMonth This property is required. Number
The date of the month.
intervalMonths This property is required. Number
Specifies the number of months between each set of occurrences.

DailyScheduleResponse

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

DateSpanResponse

End This property is required. string
The end date of the date span.
Start This property is required. string
The start date of the date span.
End This property is required. string
The end date of the date span.
Start This property is required. string
The start date of the date span.
end This property is required. String
The end date of the date span.
start This property is required. String
The start date of the date span.
end This property is required. string
The end date of the date span.
start This property is required. string
The start date of the date span.
end This property is required. str
The end date of the date span.
start This property is required. str
The start date of the date span.
end This property is required. String
The end date of the date span.
start This property is required. String
The start date of the date span.

MaintenanceWindowResponse

DurationHours This property is required. int
Length of maintenance window range from 4 to 24 hours.
Schedule This property is required. Pulumi.AzureNative.ContainerService.Inputs.ScheduleResponse
Recurrence schedule for the maintenance window.
StartTime This property is required. 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 This property is required. int
Length of maintenance window range from 4 to 24 hours.
Schedule This property is required. ScheduleResponse
Recurrence schedule for the maintenance window.
StartTime This property is required. 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 This property is required. Integer
Length of maintenance window range from 4 to 24 hours.
schedule This property is required. ScheduleResponse
Recurrence schedule for the maintenance window.
startTime This property is required. 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 This property is required. number
Length of maintenance window range from 4 to 24 hours.
schedule This property is required. ScheduleResponse
Recurrence schedule for the maintenance window.
startTime This property is required. 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 This property is required. int
Length of maintenance window range from 4 to 24 hours.
schedule This property is required. ScheduleResponse
Recurrence schedule for the maintenance window.
start_time This property is required. 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 This property is required. Number
Length of maintenance window range from 4 to 24 hours.
schedule This property is required. Property Map
Recurrence schedule for the maintenance window.
startTime This property is required. 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 This property is required. string
Specifies on which day of the week the maintenance occurs.
IntervalMonths This property is required. int
Specifies the number of months between each set of occurrences.
WeekIndex This property is required. string
Specifies on which week of the month the dayOfWeek applies.
DayOfWeek This property is required. string
Specifies on which day of the week the maintenance occurs.
IntervalMonths This property is required. int
Specifies the number of months between each set of occurrences.
WeekIndex This property is required. string
Specifies on which week of the month the dayOfWeek applies.
dayOfWeek This property is required. String
Specifies on which day of the week the maintenance occurs.
intervalMonths This property is required. Integer
Specifies the number of months between each set of occurrences.
weekIndex This property is required. String
Specifies on which week of the month the dayOfWeek applies.
dayOfWeek This property is required. string
Specifies on which day of the week the maintenance occurs.
intervalMonths This property is required. number
Specifies the number of months between each set of occurrences.
weekIndex This property is required. string
Specifies on which week of the month the dayOfWeek applies.
day_of_week This property is required. str
Specifies on which day of the week the maintenance occurs.
interval_months This property is required. int
Specifies the number of months between each set of occurrences.
week_index This property is required. str
Specifies on which week of the month the dayOfWeek applies.
dayOfWeek This property is required. String
Specifies on which day of the week the maintenance occurs.
intervalMonths This property is required. Number
Specifies the number of months between each set of occurrences.
weekIndex This property is required. 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 This property is required. string
Specifies on which day of the week the maintenance occurs.
IntervalWeeks This property is required. int
Specifies the number of weeks between each set of occurrences.
DayOfWeek This property is required. string
Specifies on which day of the week the maintenance occurs.
IntervalWeeks This property is required. int
Specifies the number of weeks between each set of occurrences.
dayOfWeek This property is required. String
Specifies on which day of the week the maintenance occurs.
intervalWeeks This property is required. Integer
Specifies the number of weeks between each set of occurrences.
dayOfWeek This property is required. string
Specifies on which day of the week the maintenance occurs.
intervalWeeks This property is required. number
Specifies the number of weeks between each set of occurrences.
day_of_week This property is required. str
Specifies on which day of the week the maintenance occurs.
interval_weeks This property is required. int
Specifies the number of weeks between each set of occurrences.
dayOfWeek This property is required. String
Specifies on which day of the week the maintenance occurs.
intervalWeeks This property is required. Number
Specifies the number of weeks between each set of occurrences.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi