Microsoft.NotificationHubs 命名空間/notificationHubs 2016-03-01
Bicep 資源定義
命名空間/notificationHubs 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.NotificationHubs/namespaces/notificationHubs 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.NotificationHubs/namespaces/notificationHubs@2016-03-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
admCredential: {
properties: {
authTokenUrl: 'string'
clientId: 'string'
clientSecret: 'string'
}
}
apnsCredential: {
properties: {
apnsCertificate: 'string'
certificateKey: 'string'
endpoint: 'string'
thumbprint: 'string'
}
}
authorizationRules: [
{
rights: [
'string'
]
}
]
baiduCredential: {
properties: {
baiduApiKey: 'string'
baiduEndPoint: 'string'
baiduSecretKey: 'string'
}
}
gcmCredential: {
properties: {
gcmEndpoint: 'string'
googleApiKey: 'string'
}
}
mpnsCredential: {
properties: {
certificateKey: 'string'
mpnsCertificate: 'string'
thumbprint: 'string'
}
}
name: 'string'
registrationTtl: 'string'
wnsCredential: {
properties: {
packageSid: 'string'
secretKey: 'string'
windowsLiveEndpoint: 'string'
}
}
}
sku: {
capacity: int
family: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
AdmCredential
AdmCredentialProperties
名字 |
描述 |
價值 |
authTokenUrl |
授權令牌的 URL。 |
字串 |
clientId |
用戶端識別碼。 |
字串 |
clientSecret |
認證秘密存取金鑰。 |
字串 |
ApnsCredential
ApnsCredentialProperties
名字 |
描述 |
價值 |
apnsCertificate |
APNS 憑證。 |
字串 |
certificateKey |
憑證金鑰。 |
字串 |
端點 |
此認證的端點。 |
字串 |
指紋 |
APNS 憑證指紋 |
字串 |
百度Credential
BaiduCredentialProperties
名字 |
描述 |
價值 |
baiduApiKey |
百度 API 金鑰。 |
字串 |
baiduEndPoint |
百度端點。 |
字串 |
baiduSecretKey |
百度秘密金鑰 |
字串 |
GcmCredential
GcmCredentialProperties
名字 |
描述 |
價值 |
gcmEndpoint |
GCM 端點。 |
字串 |
googleApiKey |
Google API 金鑰。 |
字串 |
Microsoft.NotificationHubs/namespaces/notificationHubs
名字 |
描述 |
價值 |
位置 |
資源位置 |
字串 (必要) |
名字 |
資源名稱 |
字串 (必要) |
父母 |
在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。
如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:命名空間 |
性能 |
NotificationHub 的屬性。 |
NotificationHubProperties (必要) |
sku |
已建立命名空間的 SKU |
Sku |
標籤 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
MpnsCredential
MpnsCredentialProperties
名字 |
描述 |
價值 |
certificateKey |
此認證的憑證金鑰。 |
字串 |
mpnsCertificate |
MPNS 憑證。 |
字串 |
指紋 |
MPNS 憑證指紋 |
字串 |
NotificationHubProperties
SharedAccessAuthorizationRuleProperties
名字 |
描述 |
價值 |
權利 |
與規則相關聯的許可權。 |
包含任何的字串數組: 'Listen' 'Manage' 'Send' |
Sku
名字 |
描述 |
價值 |
能力 |
資源的容量 |
int |
家庭 |
Sku 系列 |
字串 |
名字 |
通知中樞 SKU 的名稱 |
'Basic' 'Free' 'Standard' (必要) |
大小 |
SKU 大小 |
字串 |
層 |
特定 SKU 的階層 |
字串 |
WnsCredential
WnsCredentialProperties
名字 |
描述 |
價值 |
packageSid |
此認證的套件識別碼。 |
字串 |
secretKey |
秘密金鑰。 |
字串 |
windowsLiveEndpoint |
Windows Live 端點。 |
字串 |
快速入門範例
下列快速入門範例會部署此資源類型。
ARM 樣本資源定義
命名空間/notificationHubs 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.NotificationHubs/namespaces/notificationHubs 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.NotificationHubs/namespaces/notificationHubs",
"apiVersion": "2016-03-01",
"name": "string",
"location": "string",
"properties": {
"admCredential": {
"properties": {
"authTokenUrl": "string",
"clientId": "string",
"clientSecret": "string"
}
},
"apnsCredential": {
"properties": {
"apnsCertificate": "string",
"certificateKey": "string",
"endpoint": "string",
"thumbprint": "string"
}
},
"authorizationRules": [
{
"rights": [ "string" ]
}
],
"baiduCredential": {
"properties": {
"baiduApiKey": "string",
"baiduEndPoint": "string",
"baiduSecretKey": "string"
}
},
"gcmCredential": {
"properties": {
"gcmEndpoint": "string",
"googleApiKey": "string"
}
},
"mpnsCredential": {
"properties": {
"certificateKey": "string",
"mpnsCertificate": "string",
"thumbprint": "string"
}
},
"name": "string",
"registrationTtl": "string",
"wnsCredential": {
"properties": {
"packageSid": "string",
"secretKey": "string",
"windowsLiveEndpoint": "string"
}
}
},
"sku": {
"capacity": "int",
"family": "string",
"name": "string",
"size": "string",
"tier": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
AdmCredential
AdmCredentialProperties
名字 |
描述 |
價值 |
authTokenUrl |
授權令牌的 URL。 |
字串 |
clientId |
用戶端識別碼。 |
字串 |
clientSecret |
認證秘密存取金鑰。 |
字串 |
ApnsCredential
ApnsCredentialProperties
名字 |
描述 |
價值 |
apnsCertificate |
APNS 憑證。 |
字串 |
certificateKey |
憑證金鑰。 |
字串 |
端點 |
此認證的端點。 |
字串 |
指紋 |
APNS 憑證指紋 |
字串 |
百度Credential
BaiduCredentialProperties
名字 |
描述 |
價值 |
baiduApiKey |
百度 API 金鑰。 |
字串 |
baiduEndPoint |
百度端點。 |
字串 |
baiduSecretKey |
百度秘密金鑰 |
字串 |
GcmCredential
GcmCredentialProperties
名字 |
描述 |
價值 |
gcmEndpoint |
GCM 端點。 |
字串 |
googleApiKey |
Google API 金鑰。 |
字串 |
Microsoft.NotificationHubs/namespaces/notificationHubs
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2016-03-01' |
位置 |
資源位置 |
字串 (必要) |
名字 |
資源名稱 |
字串 (必要) |
性能 |
NotificationHub 的屬性。 |
NotificationHubProperties (必要) |
sku |
已建立命名空間的 SKU |
Sku |
標籤 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 |
資源類型 |
'Microsoft.NotificationHubs/namespaces/notificationHubs' |
MpnsCredential
MpnsCredentialProperties
名字 |
描述 |
價值 |
certificateKey |
此認證的憑證金鑰。 |
字串 |
mpnsCertificate |
MPNS 憑證。 |
字串 |
指紋 |
MPNS 憑證指紋 |
字串 |
NotificationHubProperties
SharedAccessAuthorizationRuleProperties
名字 |
描述 |
價值 |
權利 |
與規則相關聯的許可權。 |
包含任何的字串數組: 'Listen' 'Manage' 'Send' |
Sku
名字 |
描述 |
價值 |
能力 |
資源的容量 |
int |
家庭 |
Sku 系列 |
字串 |
名字 |
通知中樞 SKU 的名稱 |
'Basic' 'Free' 'Standard' (必要) |
大小 |
SKU 大小 |
字串 |
層 |
特定 SKU 的階層 |
字串 |
WnsCredential
WnsCredentialProperties
名字 |
描述 |
價值 |
packageSid |
此認證的套件識別碼。 |
字串 |
secretKey |
秘密金鑰。 |
字串 |
windowsLiveEndpoint |
Windows Live 端點。 |
字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
命名空間/notificationHubs 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.NotificationHubs/namespaces/notificationHubs 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.NotificationHubs/namespaces/notificationHubs@2016-03-01"
name = "string"
location = "string"
sku = {
capacity = int
family = "string"
name = "string"
size = "string"
tier = "string"
}
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
admCredential = {
properties = {
authTokenUrl = "string"
clientId = "string"
clientSecret = "string"
}
}
apnsCredential = {
properties = {
apnsCertificate = "string"
certificateKey = "string"
endpoint = "string"
thumbprint = "string"
}
}
authorizationRules = [
{
rights = [
"string"
]
}
]
baiduCredential = {
properties = {
baiduApiKey = "string"
baiduEndPoint = "string"
baiduSecretKey = "string"
}
}
gcmCredential = {
properties = {
gcmEndpoint = "string"
googleApiKey = "string"
}
}
mpnsCredential = {
properties = {
certificateKey = "string"
mpnsCertificate = "string"
thumbprint = "string"
}
}
name = "string"
registrationTtl = "string"
wnsCredential = {
properties = {
packageSid = "string"
secretKey = "string"
windowsLiveEndpoint = "string"
}
}
}
})
}
屬性值
AdmCredential
AdmCredentialProperties
名字 |
描述 |
價值 |
authTokenUrl |
授權令牌的 URL。 |
字串 |
clientId |
用戶端識別碼。 |
字串 |
clientSecret |
認證秘密存取金鑰。 |
字串 |
ApnsCredential
ApnsCredentialProperties
名字 |
描述 |
價值 |
apnsCertificate |
APNS 憑證。 |
字串 |
certificateKey |
憑證金鑰。 |
字串 |
端點 |
此認證的端點。 |
字串 |
指紋 |
APNS 憑證指紋 |
字串 |
百度Credential
BaiduCredentialProperties
名字 |
描述 |
價值 |
baiduApiKey |
百度 API 金鑰。 |
字串 |
baiduEndPoint |
百度端點。 |
字串 |
baiduSecretKey |
百度秘密金鑰 |
字串 |
GcmCredential
GcmCredentialProperties
名字 |
描述 |
價值 |
gcmEndpoint |
GCM 端點。 |
字串 |
googleApiKey |
Google API 金鑰。 |
字串 |
Microsoft.NotificationHubs/namespaces/notificationHubs
名字 |
描述 |
價值 |
位置 |
資源位置 |
字串 (必要) |
名字 |
資源名稱 |
字串 (必要) |
parent_id |
此資源為父系之資源的標識碼。 |
類型的資源標識碼:命名空間 |
性能 |
NotificationHub 的屬性。 |
NotificationHubProperties (必要) |
sku |
已建立命名空間的 SKU |
Sku |
標籤 |
資源標籤 |
標記名稱和值的字典。 |
類型 |
資源類型 |
“Microsoft.NotificationHubs/namespaces/notificationHubs@2016-03-01” |
MpnsCredential
MpnsCredentialProperties
名字 |
描述 |
價值 |
certificateKey |
此認證的憑證金鑰。 |
字串 |
mpnsCertificate |
MPNS 憑證。 |
字串 |
指紋 |
MPNS 憑證指紋 |
字串 |
NotificationHubProperties
SharedAccessAuthorizationRuleProperties
名字 |
描述 |
價值 |
權利 |
與規則相關聯的許可權。 |
包含任何的字串數組: 'Listen' 'Manage' 'Send' |
Sku
名字 |
描述 |
價值 |
能力 |
資源的容量 |
int |
家庭 |
Sku 系列 |
字串 |
名字 |
通知中樞 SKU 的名稱 |
'Basic' 'Free' 'Standard' (必要) |
大小 |
SKU 大小 |
字串 |
層 |
特定 SKU 的階層 |
字串 |
WnsCredential
WnsCredentialProperties
名字 |
描述 |
價值 |
packageSid |
此認證的套件識別碼。 |
字串 |
secretKey |
秘密金鑰。 |
字串 |
windowsLiveEndpoint |
Windows Live 端點。 |
字串 |