Apps - Get
取得IoT Central應用程式的元數據。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}?api-version=2021-06-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
包含IoT Central應用程式之資源組名。 |
resource
|
path | True |
string |
IoT Central 應用程式的 ARM 資源名稱。 |
subscription
|
path | True |
string |
訂用帳戶識別碼。 |
api-version
|
query | True |
string |
API 的版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
本文包含IoT Central應用程式的所有非安全性屬性。 安全性相關屬性會設定為 null。 |
|
Other Status Codes |
默認錯誤回應 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Apps_Get
範例要求
範例回覆
code: 200
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/iotApps/myIoTCentralApp",
"location": "westus",
"type": "Microsoft.IoTCentral/IoTApps",
"name": "myIoTCentralApp",
"tags": {
"key": "value"
},
"properties": {
"applicationId": "6ebd8fd3-6e34-419e-908f-9be61ec6f6d6",
"displayName": "My IoT Central App",
"subdomain": "my-iot-central-app",
"template": "iotc-pnp-preview@1.0.0",
"state": "created"
},
"sku": {
"name": "F1"
},
"identity": {
"type": "SystemAssigned",
"tenantId": "f686d426-8d16-42db-81b7-ab578e110ccd",
"principalId": "8988ab15-3e7a-4586-8a1c-ed07a73a53e9"
}
}
{
"error": {
"code": "Error code",
"message": "Error message",
"target": "Error target"
}
}
定義
名稱 | Description |
---|---|
App |
IoT Central 應用程式。 |
App |
SKU 的名稱。 |
App |
IoT Central 應用程式的 SKU 相關信息。 |
App |
應用程式的目前狀態。 |
Cloud |
錯誤詳細數據。 |
Cloud |
錯誤回應的詳細數據。 |
System |
受控服務識別 (系統指派或無) |
System |
受控服務識別的類型 (系統指派或無) 。 |
App
IoT Central 應用程式。
名稱 | 類型 | Description |
---|---|---|
id |
string |
ARM 資源標識碼。 |
identity |
IoT Central 應用程式的受控識別。 |
|
location |
string |
資源位置。 |
name |
string |
ARM 資源名稱。 |
properties.applicationId |
string |
應用程式的識別碼。 |
properties.displayName |
string |
應用程式的顯示名稱。 |
properties.state |
應用程式的目前狀態。 |
|
properties.subdomain |
string |
應用程式的子域。 |
properties.template |
string |
應用程式範本的識別碼,這是定義應用程式特性和行為的藍圖。 選;如果未指定,則預設為空白藍圖,並允許從頭定義應用程式。 |
sku |
有效的實例 SKU。 |
|
tags |
object |
資源標籤。 |
type |
string |
資源類型。 |
AppSku
SKU 的名稱。
名稱 | 類型 | Description |
---|---|---|
ST0 |
string |
|
ST1 |
string |
|
ST2 |
string |
AppSkuInfo
IoT Central 應用程式的 SKU 相關信息。
名稱 | 類型 | Description |
---|---|---|
name |
SKU 的名稱。 |
AppState
應用程式的目前狀態。
名稱 | 類型 | Description |
---|---|---|
created |
string |
|
suspended |
string |
CloudError
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
error.code |
string |
錯誤碼。 |
error.details |
錯誤的其他詳細數據清單。 |
|
error.message |
string |
錯誤訊息。 |
error.target |
string |
特定錯誤的目標。 |
CloudErrorBody
錯誤回應的詳細數據。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤碼。 |
details |
錯誤的其他詳細數據清單。 |
|
message |
string |
錯誤訊息。 |
target |
string |
特定錯誤的目標。 |
SystemAssignedServiceIdentity
受控服務識別 (系統指派或無)
名稱 | 類型 | Description |
---|---|---|
principalId |
string |
系統指派之身分識別的服務主體標識符。 此屬性只會針對系統指派的身分識別提供。 |
tenantId |
string |
系統指派身分識別的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。 |
type |
受控服務識別的類型 (系統指派或無) 。 |
SystemAssignedServiceIdentityType
受控服務識別的類型 (系統指派或無) 。
名稱 | 類型 | Description |
---|---|---|
None |
string |
|
SystemAssigned |
string |