This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.devtestlab.listScheduleApplicable
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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Lists all applicable schedules
Uses Azure REST API version 2018-09-15.
Using listScheduleApplicable
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 listScheduleApplicable(args: ListScheduleApplicableArgs, opts?: InvokeOptions): Promise<ListScheduleApplicableResult>
function listScheduleApplicableOutput(args: ListScheduleApplicableOutputArgs, opts?: InvokeOptions): Output<ListScheduleApplicableResult>def list_schedule_applicable(lab_name: Optional[str] = None,
                             name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> ListScheduleApplicableResult
def list_schedule_applicable_output(lab_name: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[ListScheduleApplicableResult]func ListScheduleApplicable(ctx *Context, args *ListScheduleApplicableArgs, opts ...InvokeOption) (*ListScheduleApplicableResult, error)
func ListScheduleApplicableOutput(ctx *Context, args *ListScheduleApplicableOutputArgs, opts ...InvokeOption) ListScheduleApplicableResultOutput> Note: This function is named ListScheduleApplicable in the Go SDK.
public static class ListScheduleApplicable 
{
    public static Task<ListScheduleApplicableResult> InvokeAsync(ListScheduleApplicableArgs args, InvokeOptions? opts = null)
    public static Output<ListScheduleApplicableResult> Invoke(ListScheduleApplicableInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListScheduleApplicableResult> listScheduleApplicable(ListScheduleApplicableArgs args, InvokeOptions options)
public static Output<ListScheduleApplicableResult> listScheduleApplicable(ListScheduleApplicableArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:devtestlab:listScheduleApplicable
  arguments:
    # arguments dictionaryThe following arguments are supported:
- LabName string
- The name of the lab.
- Name string
- The name of the schedule.
- ResourceGroup stringName 
- The name of the resource group.
- LabName string
- The name of the lab.
- Name string
- The name of the schedule.
- ResourceGroup stringName 
- The name of the resource group.
- labName String
- The name of the lab.
- name String
- The name of the schedule.
- resourceGroup StringName 
- The name of the resource group.
- labName string
- The name of the lab.
- name string
- The name of the schedule.
- resourceGroup stringName 
- The name of the resource group.
- lab_name str
- The name of the lab.
- name str
- The name of the schedule.
- resource_group_ strname 
- The name of the resource group.
- labName String
- The name of the lab.
- name String
- The name of the schedule.
- resourceGroup StringName 
- The name of the resource group.
listScheduleApplicable Result
The following output properties are available:
- NextLink string
- Link for next set of results.
- Value
List<Pulumi.Azure Native. Dev Test Lab. Outputs. Schedule Response> 
- Results of the list operation.
- NextLink string
- Link for next set of results.
- Value
[]ScheduleResponse 
- Results of the list operation.
- nextLink String
- Link for next set of results.
- value
List<ScheduleResponse> 
- Results of the list operation.
- nextLink string
- Link for next set of results.
- value
ScheduleResponse[] 
- Results of the list operation.
- next_link str
- Link for next set of results.
- value
Sequence[ScheduleResponse] 
- Results of the list operation.
- nextLink String
- Link for next set of results.
- value List<Property Map>
- Results of the list operation.
Supporting Types
DayDetailsResponse  
- Time string
- The time of day the schedule will occur.
- Time string
- The time of day the schedule will occur.
- time String
- The time of day the schedule will occur.
- time string
- The time of day the schedule will occur.
- time str
- The time of day the schedule will occur.
- time String
- The time of day the schedule will occur.
HourDetailsResponse  
- Minute int
- Minutes of the hour the schedule will run.
- Minute int
- Minutes of the hour the schedule will run.
- minute Integer
- Minutes of the hour the schedule will run.
- minute number
- Minutes of the hour the schedule will run.
- minute int
- Minutes of the hour the schedule will run.
- minute Number
- Minutes of the hour the schedule will run.
NotificationSettingsResponse  
- EmailRecipient string
- The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
- NotificationLocale string
- The locale to use when sending a notification (fallback for unsupported languages is EN).
- Status string
- If notifications are enabled for this schedule (i.e. Enabled, Disabled).
- TimeIn intMinutes 
- Time in minutes before event at which notification will be sent.
- WebhookUrl string
- The webhook URL to which the notification will be sent.
- EmailRecipient string
- The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
- NotificationLocale string
- The locale to use when sending a notification (fallback for unsupported languages is EN).
- Status string
- If notifications are enabled for this schedule (i.e. Enabled, Disabled).
- TimeIn intMinutes 
- Time in minutes before event at which notification will be sent.
- WebhookUrl string
- The webhook URL to which the notification will be sent.
- emailRecipient String
- The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
- notificationLocale String
- The locale to use when sending a notification (fallback for unsupported languages is EN).
- status String
- If notifications are enabled for this schedule (i.e. Enabled, Disabled).
- timeIn IntegerMinutes 
- Time in minutes before event at which notification will be sent.
- webhookUrl String
- The webhook URL to which the notification will be sent.
- emailRecipient string
- The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
- notificationLocale string
- The locale to use when sending a notification (fallback for unsupported languages is EN).
- status string
- If notifications are enabled for this schedule (i.e. Enabled, Disabled).
- timeIn numberMinutes 
- Time in minutes before event at which notification will be sent.
- webhookUrl string
- The webhook URL to which the notification will be sent.
- email_recipient str
- The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
- notification_locale str
- The locale to use when sending a notification (fallback for unsupported languages is EN).
- status str
- If notifications are enabled for this schedule (i.e. Enabled, Disabled).
- time_in_ intminutes 
- Time in minutes before event at which notification will be sent.
- webhook_url str
- The webhook URL to which the notification will be sent.
- emailRecipient String
- The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
- notificationLocale String
- The locale to use when sending a notification (fallback for unsupported languages is EN).
- status String
- If notifications are enabled for this schedule (i.e. Enabled, Disabled).
- timeIn NumberMinutes 
- Time in minutes before event at which notification will be sent.
- webhookUrl String
- The webhook URL to which the notification will be sent.
ScheduleResponse 
- CreatedDate string
- The creation date of the schedule.
- Id string
- The identifier of the resource.
- Name string
- The name of the resource.
- ProvisioningState string
- The provisioning status of the resource.
- Type string
- The type of the resource.
- UniqueIdentifier string
- The unique immutable identifier of a resource (Guid).
- DailyRecurrence Pulumi.Azure Native. Dev Test Lab. Inputs. Day Details Response 
- If the schedule will occur once each day of the week, specify the daily recurrence.
- HourlyRecurrence Pulumi.Azure Native. Dev Test Lab. Inputs. Hour Details Response 
- If the schedule will occur multiple times a day, specify the hourly recurrence.
- Location string
- The location of the resource.
- NotificationSettings Pulumi.Azure Native. Dev Test Lab. Inputs. Notification Settings Response 
- Notification settings.
- Status string
- The status of the schedule (i.e. Enabled, Disabled)
- Dictionary<string, string>
- The tags of the resource.
- TargetResource stringId 
- The resource ID to which the schedule belongs
- TaskType string
- The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).
- TimeZone stringId 
- The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds(https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md)
- WeeklyRecurrence Pulumi.Azure Native. Dev Test Lab. Inputs. Week Details Response 
- If the schedule will occur only some days of the week, specify the weekly recurrence.
- CreatedDate string
- The creation date of the schedule.
- Id string
- The identifier of the resource.
- Name string
- The name of the resource.
- ProvisioningState string
- The provisioning status of the resource.
- Type string
- The type of the resource.
- UniqueIdentifier string
- The unique immutable identifier of a resource (Guid).
- DailyRecurrence DayDetails Response 
- If the schedule will occur once each day of the week, specify the daily recurrence.
- HourlyRecurrence HourDetails Response 
- If the schedule will occur multiple times a day, specify the hourly recurrence.
- Location string
- The location of the resource.
- NotificationSettings NotificationSettings Response 
- Notification settings.
- Status string
- The status of the schedule (i.e. Enabled, Disabled)
- map[string]string
- The tags of the resource.
- TargetResource stringId 
- The resource ID to which the schedule belongs
- TaskType string
- The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).
- TimeZone stringId 
- The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds(https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md)
- WeeklyRecurrence WeekDetails Response 
- If the schedule will occur only some days of the week, specify the weekly recurrence.
- createdDate String
- The creation date of the schedule.
- id String
- The identifier of the resource.
- name String
- The name of the resource.
- provisioningState String
- The provisioning status of the resource.
- type String
- The type of the resource.
- uniqueIdentifier String
- The unique immutable identifier of a resource (Guid).
- dailyRecurrence DayDetails Response 
- If the schedule will occur once each day of the week, specify the daily recurrence.
- hourlyRecurrence HourDetails Response 
- If the schedule will occur multiple times a day, specify the hourly recurrence.
- location String
- The location of the resource.
- notificationSettings NotificationSettings Response 
- Notification settings.
- status String
- The status of the schedule (i.e. Enabled, Disabled)
- Map<String,String>
- The tags of the resource.
- targetResource StringId 
- The resource ID to which the schedule belongs
- taskType String
- The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).
- timeZone StringId 
- The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds(https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md)
- weeklyRecurrence WeekDetails Response 
- If the schedule will occur only some days of the week, specify the weekly recurrence.
- createdDate string
- The creation date of the schedule.
- id string
- The identifier of the resource.
- name string
- The name of the resource.
- provisioningState string
- The provisioning status of the resource.
- type string
- The type of the resource.
- uniqueIdentifier string
- The unique immutable identifier of a resource (Guid).
- dailyRecurrence DayDetails Response 
- If the schedule will occur once each day of the week, specify the daily recurrence.
- hourlyRecurrence HourDetails Response 
- If the schedule will occur multiple times a day, specify the hourly recurrence.
- location string
- The location of the resource.
- notificationSettings NotificationSettings Response 
- Notification settings.
- status string
- The status of the schedule (i.e. Enabled, Disabled)
- {[key: string]: string}
- The tags of the resource.
- targetResource stringId 
- The resource ID to which the schedule belongs
- taskType string
- The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).
- timeZone stringId 
- The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds(https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md)
- weeklyRecurrence WeekDetails Response 
- If the schedule will occur only some days of the week, specify the weekly recurrence.
- created_date str
- The creation date of the schedule.
- id str
- The identifier of the resource.
- name str
- The name of the resource.
- provisioning_state str
- The provisioning status of the resource.
- type str
- The type of the resource.
- unique_identifier str
- The unique immutable identifier of a resource (Guid).
- daily_recurrence DayDetails Response 
- If the schedule will occur once each day of the week, specify the daily recurrence.
- hourly_recurrence HourDetails Response 
- If the schedule will occur multiple times a day, specify the hourly recurrence.
- location str
- The location of the resource.
- notification_settings NotificationSettings Response 
- Notification settings.
- status str
- The status of the schedule (i.e. Enabled, Disabled)
- Mapping[str, str]
- The tags of the resource.
- target_resource_ strid 
- The resource ID to which the schedule belongs
- task_type str
- The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).
- time_zone_ strid 
- The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds(https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md)
- weekly_recurrence WeekDetails Response 
- If the schedule will occur only some days of the week, specify the weekly recurrence.
- createdDate String
- The creation date of the schedule.
- id String
- The identifier of the resource.
- name String
- The name of the resource.
- provisioningState String
- The provisioning status of the resource.
- type String
- The type of the resource.
- uniqueIdentifier String
- The unique immutable identifier of a resource (Guid).
- dailyRecurrence Property Map
- If the schedule will occur once each day of the week, specify the daily recurrence.
- hourlyRecurrence Property Map
- If the schedule will occur multiple times a day, specify the hourly recurrence.
- location String
- The location of the resource.
- notificationSettings Property Map
- Notification settings.
- status String
- The status of the schedule (i.e. Enabled, Disabled)
- Map<String>
- The tags of the resource.
- targetResource StringId 
- The resource ID to which the schedule belongs
- taskType String
- The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).
- timeZone StringId 
- The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds(https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md)
- weeklyRecurrence Property Map
- If the schedule will occur only some days of the week, specify the weekly recurrence.
WeekDetailsResponse  
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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi