名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
このトピックでは、windows10TeamGeneralConfiguration リソースによって公開された、宣言されたメソッド、プロパティ、リレーションシップについて説明します。
deviceConfiguration から継承します
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| List windows10TeamGeneralConfigurations | windows10TeamGeneralConfiguration コレクション | windows10TeamGeneralConfiguration オブジェクトのプロパティとリレーションシップをリストします。 |
| Get windows10TeamGeneralConfiguration | windows10TeamGeneralConfiguration | windows10TeamGeneralConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
| Create windows10TeamGeneralConfiguration | windows10TeamGeneralConfiguration | 新しい windows10TeamGeneralConfiguration オブジェクトを作成します。 |
| Delete windows10TeamGeneralConfiguration | なし | windows10TeamGeneralConfiguration を削除します。 |
| Update windows10TeamGeneralConfiguration | windows10TeamGeneralConfiguration | windows10TeamGeneralConfiguration オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。 deviceConfiguration から継承します |
| lastModifiedDateTime | DateTimeOffset | オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します |
| createdDateTime | DateTimeOffset | オブジェクトが作成された DateTime。 deviceConfiguration から継承します |
| description | String | 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します |
| displayName | String | 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します |
| version | Int32 | デバイス構成のバージョン。 deviceConfiguration から継承します |
| azureOperationalInsightsBlockTelemetry | Boolean | Azure Operational Insights をブロックするかどうかを示します。 |
| azureOperationalInsightsWorkspaceId | String | Azure Operational Insights のワークスペース ID。 |
| azureOperationalInsightsWorkspaceKey | String | Azure Operational Insights のワークスペース キー。 |
| connectAppBlockAutoLaunch | Boolean | 投影を開始するたびに、接続アプリを自動的に起動するかどうかを指定します。 |
| maintenanceWindowBlocked | Boolean | デバイス更新のメンテナンス ウィンドウの設定をブロックするかどうかを示します。 |
| maintenanceWindowDurationInHours | Int32 | デバイス更新のためのメンテナンス期間の長さ (時間)。 有効な値は 0 から 5 までです |
| maintenanceWindowStartTime | TimeOfDay | デバイス更新のためのメンテナンス期間の開始時刻。 |
| miracastChannel | miracastChannel | チャネル。 使用できる値は、 userDefined、 one、 two、 three、 four、 five、 six、 seven、 eight、 nine、 ten、 eleven、 thirtySix、 forty、 fortyFour、 fortyEight、 oneHundredFortyNine、 oneHundredFiftyThree、 oneHundredFiftySeven、 oneHundredSixtyOne、 oneHundredSixtyFive、です。 |
| miracastBlocked | Boolean | ワイヤレス投影をブロックするかどうかを示します。 |
| miracastRequirePin | Boolean | ワイヤレス投影の pin が必要かどうかを示します。 |
| settingsBlockMyMeetingsAndFiles | Boolean | スタート メニューで [会議とファイル] 機能を無効にするかどうかを指定します。この機能は、サインイン ユーザーの会議とファイルを Office 365 から表示します。 |
| settingsBlockSessionResume | Boolean | セッションがタイムアウトになった際にセッションを再開する機能を許可するかどうかを指定します。 |
| settingsBlockSigninSuggestions | Boolean | スケジュールされている会議の招待者をサインイン ダイアログに自動入力する機能を無効にするかどうかを指定します。 |
| settingsDefaultVolume | Int32 | 新しいセッションの既定のボリューム値を指定します。 許可される値は、0 から 100 までです。 既定値は 45 です。 有効な値は 0 から 100 までです |
| settingsScreenTimeoutInMinutes | Int32 | ハブ スクリーンがオフになるまでの分数を指定します。 |
| settingsSessionTimeoutInMinutes | Int32 | セッションがタイムアウトになるまでの分数を指定します。 |
| settingsSleepTimeoutInMinutes | Int32 | ハブがスリープ モードになるまでの分数を指定します。 |
| welcomeScreenBlockAutomaticWakeUp | Boolean | ユーザーが入室した際に、ようこそ画面が自動的に起動するのをブロックするかどうかを指定します。 |
| welcomeScreenBackgroundImageUrl | String | ようこそ画面の背景画像の URL。 URL は HTTPS プロトコルを使用し、PNG 画像を返す必要があります。 |
| welcomeScreenMeetingInformation | welcomeScreenMeetingInformation | 表示される、ようこそ画面の会議情報。 使用可能な値: userDefined、showOrganizerAndTimeOnly、showOrganizerAndTimeAndSubject。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| assignments | deviceConfigurationAssignment コレクション | デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します |
| deviceStatuses | deviceConfigurationDeviceStatus コレクション | デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します |
| userStatuses | deviceConfigurationUserStatus コレクション | ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します |
| deviceStatusOverview | deviceConfigurationDeviceOverview | デバイス構成のデバイス状態の概要 (deviceConfiguration から継承) |
| userStatusOverview | deviceConfigurationUserOverview | デバイス構成のユーザー状態の概要 (deviceConfiguration から継承) |
| deviceSettingStateSummaries | settingStateDeviceSummary コレクション | デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承) |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windows10TeamGeneralConfiguration",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"version": 1024,
"azureOperationalInsightsBlockTelemetry": true,
"azureOperationalInsightsWorkspaceId": "String",
"azureOperationalInsightsWorkspaceKey": "String",
"connectAppBlockAutoLaunch": true,
"maintenanceWindowBlocked": true,
"maintenanceWindowDurationInHours": 1024,
"maintenanceWindowStartTime": "String (time of day)",
"miracastChannel": "String",
"miracastBlocked": true,
"miracastRequirePin": true,
"settingsBlockMyMeetingsAndFiles": true,
"settingsBlockSessionResume": true,
"settingsBlockSigninSuggestions": true,
"settingsDefaultVolume": 1024,
"settingsScreenTimeoutInMinutes": 1024,
"settingsSessionTimeoutInMinutes": 1024,
"settingsSleepTimeoutInMinutes": 1024,
"welcomeScreenBlockAutomaticWakeUp": true,
"welcomeScreenBackgroundImageUrl": "String",
"welcomeScreenMeetingInformation": "String"
}