--- id: v2025-schedule2-hours title: Schedule2Hours pagination_label: Schedule2Hours sidebar_label: Schedule2Hours sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'Schedule2Hours', 'V2025Schedule2Hours'] slug: /tools/sdk/powershell/v2025/models/schedule2-hours tags: ['SDK', 'Software Development Kit', 'Schedule2Hours', 'V2025Schedule2Hours'] --- # Schedule2Hours ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ApplicationId** | **String** | The application id | [optional] **AccountMatchConfig** | [**SelectorAccountMatchConfig**](selector-account-match-config) | | [optional] ## Examples - Prepare the resource ```powershell $Schedule2Hours = Initialize-V2025Schedule2Hours -ApplicationId 2c91808874ff91550175097daaec161c" ` -AccountMatchConfig null ``` - Convert the resource to JSON ```powershell $Schedule2Hours | ConvertTo-JSON ``` [[Back to top]](#)