Microsoft.Devices provisioningServices 2017-08-21-preview
Bicep 資源定義
provisioningServices 資源類型可以使用目標作業進行部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Devices/provisioningServices 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Devices/provisioningServices@2017-08-21-preview' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
sku: {
capacity: int
name: 'S1'
}
etag: 'string'
properties: {
allocationPolicy: 'string'
authorizationPolicies: [
{
keyName: 'string'
primaryKey: 'string'
rights: 'string'
secondaryKey: 'string'
keyName: 'string'
primaryKey: 'string'
rights: 'string'
secondaryKey: 'string'
}
]
iotHubs: [
{
allocationWeight: int
applyAllocationPolicy: bool
connectionString: 'string'
location: 'string'
}
]
provisioningState: 'string'
state: 'string'
}
}
屬性值
provisioningServices
名稱 | 描述 | 值 |
---|---|---|
NAME | 資源名稱 | 需要字串 () 字元限制:3-64 合法字元: 英數字元和連字號。 以英數字元結尾。 |
location | 資源位置。 | 需要字串 () |
tags | 資源標籤。 | 標記名稱和值的字典。 請參閱 範本中的標籤 |
sku | 可能的布建服務 SKU 清單。 | 需要 IotDpsSkuInfo () |
etag | 不需要 Etag 欄位。 如果在回應本文中提供,則也必須根據一般 ETag 慣例,以標頭的形式提供。 | 字串 |
properties | 需要 IotDpsPropertiesDescription () |
IotDpsPropertiesDescription
名稱 | 描述 | 值 |
---|---|---|
allocationPolicy | 此布建服務要使用的配置原則。 | 'GeoLatency' 'Hashed' 'Static' |
authorizationPolicies | SharedAccessSignatureAuthorizationRuleAccessRightsDe...[] | |
iotHubs | 與此布建服務相關聯的IoT中樞清單。 | IotHubDefinitionDescription[] |
provisioningState | 布建服務的ARM布建狀態。 | 字串 |
State | 布建服務的目前狀態。 | '啟用' 'ActivationFailed' 'Active' 'Deleted' '刪除' 'DeletionFailed' 'FailingOver' 'FailoverFailed' 'Resuming' 'Suspended' 'Suspending' 'Transitioning' |
SharedAccessSignatureAuthorizationRuleAccessRightsDe...
名稱 | 描述 | 值 |
---|---|---|
keyName | 金鑰的名稱。 | 需要字串 () |
primaryKey | 主要 SAS 金鑰值。 | 字串 |
權限 | 此金鑰擁有的許可權。 | 'DeviceConnect' 'EnrollmentRead' 'EnrollmentWrite' 'RegistrationStatusRead' 'RegistrationStatusWrite' 需要 『ServiceConfig』 () |
secondaryKey | 次要 SAS 金鑰值。 | 字串 |
keyName | 金鑰的名稱。 | 需要字串 () |
primaryKey | 主要 SAS 金鑰值。 | 字串 |
權限 | 此金鑰擁有的許可權。 | 'DeviceConnect' 'EnrollmentRead' 'EnrollmentWrite' 'RegistrationStatusRead' 'RegistrationStatusWrite' 需要 『ServiceConfig』 () |
secondaryKey | 次要 SAS 金鑰值。 | 字串 |
IotHubDefinitionDescription
名稱 | 描述 | 值 |
---|---|---|
allocationWeight | int | |
applyAllocationPolicy | bool | |
connectionString | 連接字串 og 為 IoT 中樞。 | 需要字串 () |
location | IoT 中樞的ARM區域。 | 需要字串 () |
IotDpsSkuInfo
名稱 | 描述 | 值 |
---|---|---|
處理能力 | 訂用帳戶中允許之所選階層的服務數目。 | int |
NAME | 'S1' |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
建立 IOT 中樞和 Ubuntu 邊緣模擬器 |
此範本會建立 IOT 中樞和虛擬機 Ubuntu 邊緣模擬器。 |
建立 IoT 中樞 裝置布建服務 |
此範本可讓您建立IoT中樞和 IoT 中樞裝置布建服務,並將這兩個服務連結在一起。 |
ARM 範本資源定義
provisioningServices 資源類型可以使用目標作業進行部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Devices/provisioningServices 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Devices/provisioningServices",
"apiVersion": "2017-08-21-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"sku": {
"capacity": "int",
"name": "S1"
},
"etag": "string",
"properties": {
"allocationPolicy": "string",
"authorizationPolicies": [
{
"keyName": "string",
"primaryKey": "string",
"rights": "string",
"secondaryKey": "string",
"keyName": "string",
"primaryKey": "string",
"rights": "string",
"secondaryKey": "string"
}
],
"iotHubs": [
{
"allocationWeight": "int",
"applyAllocationPolicy": "bool",
"connectionString": "string",
"location": "string"
}
],
"provisioningState": "string",
"state": "string"
}
}
屬性值
provisioningServices
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.Devices/provisioningServices' |
apiVersion | 資源 API 版本 | '2017-08-21-preview' |
NAME | 資源名稱 | 需要字串 () 字元限制:3-64 合法字元: 英數字元和連字號。 以英數字元結尾。 |
location | 資源位置。 | 需要字串 () |
tags | 資源標籤。 | 標記名稱和值的字典。 請參閱 範本中的標籤 |
sku | 可能的布建服務 SKU 清單。 | 需要 IotDpsSkuInfo () |
etag | 不需要 Etag 欄位。 如果在回應本文中提供,則也必須根據一般 ETag 慣例,以標頭的形式提供。 | 字串 |
properties | 需要 IotDpsPropertiesDescription () |
IotDpsPropertiesDescription
名稱 | 描述 | 值 |
---|---|---|
allocationPolicy | 此布建服務要使用的配置原則。 | 'GeoLatency' 'Hashed' 'Static' |
authorizationPolicies | SharedAccessSignatureAuthorizationRuleAccessRightsDe...[] | |
iotHubs | 與此布建服務相關聯的IoT中樞清單。 | IotHubDefinitionDescription[] |
provisioningState | 布建服務的ARM布建狀態。 | 字串 |
State | 布建服務的目前狀態。 | '啟用' 'ActivationFailed' 'Active' 'Deleted' '刪除' 'DeletionFailed' 'FailingOver' 'FailoverFailed' 'Resuming' 'Suspended' 'Suspending' 'Transitioning' |
SharedAccessSignatureAuthorizationRuleAccessRightsDe...
名稱 | 描述 | 值 |
---|---|---|
keyName | 金鑰的名稱。 | 需要字串 () |
primaryKey | 主要 SAS 金鑰值。 | 字串 |
權限 | 此金鑰擁有的許可權。 | 'DeviceConnect' 'EnrollmentRead' 'EnrollmentWrite' 'RegistrationStatusRead' 'RegistrationStatusWrite' 需要 『ServiceConfig』 () |
secondaryKey | 次要 SAS 金鑰值。 | 字串 |
keyName | 金鑰的名稱。 | 需要字串 () |
primaryKey | 主要 SAS 金鑰值。 | 字串 |
權限 | 此金鑰擁有的許可權。 | 'DeviceConnect' 'EnrollmentRead' 'EnrollmentWrite' 'RegistrationStatusRead' 'RegistrationStatusWrite' 需要 『ServiceConfig』 () |
secondaryKey | 次要 SAS 金鑰值。 | 字串 |
IotHubDefinitionDescription
名稱 | 描述 | 值 |
---|---|---|
allocationWeight | int | |
applyAllocationPolicy | bool | |
connectionString | 連接字串 og 為 IoT 中樞。 | 需要字串 () |
location | IoT 中樞的ARM區域。 | 需要字串 () |
IotDpsSkuInfo
名稱 | 描述 | 值 |
---|---|---|
處理能力 | 訂用帳戶中允許之所選階層的服務數目。 | int |
NAME | 'S1' |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
建立 IOT 中樞和 Ubuntu 邊緣模擬器 |
此範本會建立 IOT 中樞和虛擬機 Ubuntu 邊緣模擬器。 |
建立 IoT 中樞 裝置布建服務 |
此範本可讓您建立IoT中樞和 IoT 中樞裝置布建服務,並將這兩個服務連結在一起。 |
Terraform (AzAPI 提供者) 資源定義
provisioningServices 資源類型可以使用目標作業進行部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Devices/provisioningServices 資源,請將下列 Terraform 新增至您的範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Devices/provisioningServices@2017-08-21-preview"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
allocationPolicy = "string"
authorizationPolicies = [
{
keyName = "string"
primaryKey = "string"
rights = "string"
secondaryKey = "string"
keyName = "string"
primaryKey = "string"
rights = "string"
secondaryKey = "string"
}
]
iotHubs = [
{
allocationWeight = int
applyAllocationPolicy = bool
connectionString = "string"
location = "string"
}
]
provisioningState = "string"
state = "string"
}
sku = {
capacity = int
name = "S1"
}
etag = "string"
})
}
屬性值
provisioningServices
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | “Microsoft.Devices/provisioningServices@2017-08-21-preview” |
NAME | 資源名稱 | 需要字串 () 字元限制:3-64 合法字元: 英數字元和連字號。 以英數字元結尾。 |
location | 資源位置。 | 需要字串 () |
parent_id | 若要部署至資源群組,請使用該資源群組的標識碼。 | 需要字串 () |
tags | 資源標籤。 | 標記名稱和值的字典。 |
sku | 可能的布建服務 SKU 清單。 | 需要 IotDpsSkuInfo () |
etag | 不需要 Etag 欄位。 如果在回應本文中提供,則也必須根據一般 ETag 慣例,以標頭的形式提供。 | 字串 |
properties | 需要 IotDpsPropertiesDescription () |
IotDpsPropertiesDescription
名稱 | 描述 | 值 |
---|---|---|
allocationPolicy | 此布建服務要使用的配置原則。 | “GeoLatency” “Hashed” “Static” |
authorizationPolicies | SharedAccessSignatureAuthorizationRuleAccessRightsDe...[] | |
iotHubs | 與此布建服務相關聯的IoT中樞清單。 | IotHubDefinitionDescription[] |
provisioningState | 布建服務的ARM布建狀態。 | 字串 |
State | 布建服務的目前狀態。 | “啟用” “ActivationFailed” 作用中” “已刪除” “刪除” “DeletionFailed” “故障轉移” “FailoverFailed” “繼續” “Suspended” “Suspending” “轉換” |
SharedAccessSignatureAuthorizationRuleAccessRightsDe...
名稱 | 描述 | 值 |
---|---|---|
keyName | 金鑰的名稱。 | 需要字串 () |
primaryKey | 主要 SAS 金鑰值。 | 字串 |
權限 | 此金鑰擁有的許可權。 | “DeviceConnect” “EnrollmentRead” “EnrollmentWrite” “RegistrationStatusRead” “RegistrationStatusWrite” “ServiceConfig” (必要) |
secondaryKey | 次要 SAS 金鑰值。 | 字串 |
keyName | 金鑰的名稱。 | 需要字串 () |
primaryKey | 主要 SAS 金鑰值。 | 字串 |
權限 | 此金鑰擁有的許可權。 | “DeviceConnect” “EnrollmentRead” “EnrollmentWrite” “RegistrationStatusRead” “RegistrationStatusWrite” “ServiceConfig” (必要) |
secondaryKey | 次要 SAS 金鑰值。 | 字串 |
IotHubDefinitionDescription
名稱 | 描述 | 值 |
---|---|---|
allocationWeight | int | |
applyAllocationPolicy | bool | |
connectionString | 連接字串 og 為 IoT 中樞。 | 需要字串 () |
location | IoT 中樞的ARM區域。 | 需要字串 () |
IotDpsSkuInfo
名稱 | 描述 | 值 |
---|---|---|
處理能力 | 訂用帳戶中允許之所選階層的服務數目。 | int |
NAME | “S1” |