Microsoft.NotificationHubs 名前空間/notificationHubs 2016-03-01
- [アーティクル]
-
-
Bicep リソース定義
名前空間/notificationHubs リソースの種類は、次をターゲットとする操作でデプロイできます。
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
Microsoft.NotificationHubs/namespaces/notificationHubs リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.NotificationHubs/namespaces/notificationHubs@2016-03-01' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
sku: {
capacity: int
family: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
parent: resourceSymbolicName
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'
}
}
}
}
プロパティ値
namespaces/notificationHubs
名前 |
説明 |
値 |
name |
リソース名
Bicep で子リソースの名前と型を設定する方法を参照してください。 |
string (必須)
文字数制限: 1 から 260
有効な文字: 英数字、ピリオド、ハイフン、およびアンダースコア。
英数字で開始します。 |
location |
リソースの場所 |
string (必須) |
tags |
リソース タグ |
タグ名と値のディクショナリ。 「テンプレートのタグ」を参照してください |
sku |
作成された名前空間の SKU |
SKU |
parent |
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。
詳細については、「 親リソースの外部にある子リソース」を参照してください。 |
型のリソースのシンボル名: 名前空間 |
properties |
NotificationHub のプロパティ。 |
NotificationHubProperties (必須) |
NotificationHubProperties
名前 |
説明 |
値 |
admCredential |
作成された NotificationHub の AdmCredential |
AdmCredential |
apnsCredential |
作成された NotificationHub の ApnsCredential |
ApnsCredential |
authorizationRules |
作成された NotificationHub の AuthorizationRules |
SharedAccessAuthorizationRuleProperties[] |
baiduCredential |
作成された NotificationHub の BaiduCredential |
BaiduCredential |
gcmCredential |
作成された NotificationHub の GcmCredential |
GcmCredential |
mpnsCredential |
作成された NotificationHub の MpnsCredential |
MpnsCredential |
name |
NotificationHub 名。 |
string |
registrationTtl |
作成された NotificationHub の RegistrationTtl |
string |
wnsCredential |
作成された NotificationHub の WnsCredential |
WnsCredential |
AdmCredential
AdmCredentialProperties
名前 |
説明 |
値 |
authTokenUrl |
承認トークンの URL。 |
string |
clientId |
The client identifier. (クライアント識別子。) |
string |
clientSecret |
資格情報シークレット アクセス キー。 |
string |
ApnsCredential
ApnsCredentialProperties
名前 |
説明 |
値 |
apnsCertificate |
APNS 証明書。 |
string |
certificateKey |
証明書キー。 |
string |
endpoint |
この資格情報のエンドポイント。 |
string |
thumbprint |
APNS 証明書の拇印 |
string |
SharedAccessAuthorizationRuleProperties
名前 |
説明 |
値 |
権限 |
ルールに関連付けられている権限。 |
次のいずれかを含む文字列配列: 'Listen' '管理' 'Send' |
BaiduCredential
BaiduCredentialProperties
名前 |
説明 |
値 |
baiduApiKey |
Baidu Api キー。 |
string |
baiduEndPoint |
Baidu エンドポイント。 |
string |
baiduSecretKey |
Baidu シークレット キー |
string |
GcmCredential
GcmCredentialProperties
名前 |
説明 |
値 |
gcmEndpoint |
GCM エンドポイント。 |
string |
googleApiKey |
Google API キー。 |
string |
MpnsCredential
MpnsCredentialProperties
名前 |
説明 |
値 |
certificateKey |
この資格情報の証明書キー。 |
string |
mpnsCertificate |
MPNS 証明書。 |
string |
thumbprint |
MPNS 証明書の拇印 |
string |
WnsCredential
WnsCredentialProperties
名前 |
説明 |
値 |
packageSid |
この資格情報のパッケージ ID。 |
string |
secretKey |
秘密キー。 |
string |
windowsLiveEndpoint |
Windows Live エンドポイント。 |
string |
Sku
名前 |
説明 |
値 |
capacity |
リソースの容量 |
INT |
family |
Sku ファミリ |
string |
name |
通知ハブ SKU の名前 |
'Basic' 'Free' 'Standard' (必須) |
size |
Sku のサイズ |
string |
レベル |
特定の SKU のレベル |
string |
クイック スタート テンプレート
次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。
ARM テンプレート リソース定義
名前空間/notificationHubs リソースの種類は、次を対象とする操作でデプロイできます。
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
Microsoft.NotificationHubs/namespaces/notificationHubs リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.NotificationHubs/namespaces/notificationHubs",
"apiVersion": "2016-03-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"sku": {
"capacity": "int",
"family": "string",
"name": "string",
"size": "string",
"tier": "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"
}
}
}
}
プロパティ値
namespaces/notificationHubs
名前 |
説明 |
値 |
type |
リソースの種類 |
'Microsoft.NotificationHubs/namespaces/notificationHubs' |
apiVersion |
リソース API のバージョン |
'2016-03-01' |
name |
リソース名
JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。 |
string (必須)
文字制限: 1 から 260
有効な文字: 英数字、ピリオド、ハイフン、およびアンダースコア。
英数字で開始します。 |
location |
リソースの場所 |
string (必須) |
tags |
リソース タグ |
タグの名前と値のディクショナリ。 「テンプレート内のタグ」を参照してください |
sku |
作成された名前空間の SKU |
SKU |
properties |
NotificationHub のプロパティ。 |
NotificationHubProperties (必須) |
NotificationHubProperties
名前 |
説明 |
値 |
admCredential |
作成された NotificationHub の AdmCredential |
AdmCredential |
apnsCredential |
作成された NotificationHub の ApnsCredential |
ApnsCredential |
authorizationRules |
作成された NotificationHub の AuthorizationRules |
SharedAccessAuthorizationRuleProperties[] |
baiduCredential |
作成された NotificationHub の BaiduCredential |
BaiduCredential |
gcmCredential |
作成された NotificationHub の GcmCredential |
GcmCredential |
mpnsCredential |
作成された NotificationHub の MpnsCredential |
MpnsCredential |
name |
NotificationHub 名。 |
string |
registrationTtl |
作成された NotificationHub の RegistrationTtl |
string |
wnsCredential |
作成された NotificationHub の WnsCredential |
WnsCredential |
AdmCredential
AdmCredentialProperties
名前 |
説明 |
値 |
authTokenUrl |
承認トークンの URL。 |
string |
clientId |
The client identifier. (クライアント識別子。) |
string |
clientSecret |
資格情報シークレット アクセス キー。 |
string |
ApnsCredential
ApnsCredentialProperties
名前 |
説明 |
値 |
apnsCertificate |
APNS 証明書。 |
string |
certificateKey |
証明書キー。 |
string |
endpoint |
この資格情報のエンドポイント。 |
string |
thumbprint |
APNS 証明書の拇印 |
string |
SharedAccessAuthorizationRuleProperties
名前 |
説明 |
値 |
権限 |
ルールに関連付けられている権限。 |
次のいずれかを含む文字列配列: 'Listen' '管理' 'Send' |
BaiduCredential
BaiduCredentialProperties
名前 |
説明 |
値 |
baiduApiKey |
Baidu Api キー。 |
string |
baiduEndPoint |
Baidu エンドポイント。 |
string |
baiduSecretKey |
Baidu シークレット キー |
string |
GcmCredential
GcmCredentialProperties
名前 |
説明 |
値 |
gcmEndpoint |
GCM エンドポイント。 |
string |
googleApiKey |
Google API キー。 |
string |
MpnsCredential
MpnsCredentialProperties
名前 |
説明 |
値 |
certificateKey |
この資格情報の証明書キー。 |
string |
mpnsCertificate |
MPNS 証明書。 |
string |
thumbprint |
MPNS 証明書の拇印 |
string |
WnsCredential
WnsCredentialProperties
名前 |
説明 |
値 |
packageSid |
この資格情報のパッケージ ID。 |
string |
secretKey |
秘密キー。 |
string |
windowsLiveEndpoint |
Windows Live エンドポイント。 |
string |
Sku
名前 |
説明 |
値 |
capacity |
リソースの容量 |
INT |
family |
Sku ファミリ |
string |
name |
通知ハブ SKU の名前 |
'Basic' 'Free' 'Standard' (必須) |
size |
Sku のサイズ |
string |
レベル |
特定の SKU のレベル |
string |
クイック スタート テンプレート
次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。
名前空間/notificationHubs リソースの種類は、次を対象とする操作でデプロイできます。
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
Microsoft.NotificationHubs/namespaces/notificationHubs リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.NotificationHubs/namespaces/notificationHubs@2016-03-01"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
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"
}
}
}
sku = {
capacity = int
family = "string"
name = "string"
size = "string"
tier = "string"
}
})
}
プロパティ値
namespaces/notificationHubs
名前 |
説明 |
値 |
type |
リソースの種類 |
"Microsoft.NotificationHubs/namespaces/notificationHubs@2016-03-01" |
name |
リソース名 |
string (必須)
文字制限: 1 から 260
有効な文字: 英数字、ピリオド、ハイフン、およびアンダースコア。
英数字で開始します。 |
location |
リソースの場所 |
string (必須) |
parent_id |
このリソースの親であるリソースの ID。 |
型のリソースの ID: 名前空間 |
tags |
リソース タグ |
タグの名前と値のディクショナリ。 |
sku |
作成された名前空間の SKU |
SKU |
properties |
NotificationHub のプロパティ。 |
NotificationHubProperties (必須) |
NotificationHubProperties
名前 |
説明 |
値 |
admCredential |
作成された NotificationHub の AdmCredential |
AdmCredential |
apnsCredential |
作成された NotificationHub の ApnsCredential |
ApnsCredential |
authorizationRules |
作成された NotificationHub の AuthorizationRules |
SharedAccessAuthorizationRuleProperties[] |
baiduCredential |
作成された NotificationHub の BaiduCredential |
BaiduCredential |
gcmCredential |
作成された NotificationHub の GcmCredential |
GcmCredential |
mpnsCredential |
作成された NotificationHub の MpnsCredential |
MpnsCredential |
name |
NotificationHub 名。 |
string |
registrationTtl |
作成された NotificationHub の RegistrationTtl |
string |
wnsCredential |
作成された NotificationHub の WnsCredential |
WnsCredential |
AdmCredential
AdmCredentialProperties
名前 |
説明 |
値 |
authTokenUrl |
承認トークンの URL。 |
string |
clientId |
The client identifier. (クライアント識別子。) |
string |
clientSecret |
資格情報シークレット アクセス キー。 |
string |
ApnsCredential
ApnsCredentialProperties
名前 |
説明 |
値 |
apnsCertificate |
APNS 証明書。 |
string |
certificateKey |
証明書キー。 |
string |
endpoint |
この資格情報のエンドポイント。 |
string |
thumbprint |
APNS 証明書の拇印 |
string |
SharedAccessAuthorizationRuleProperties
名前 |
説明 |
値 |
権限 |
ルールに関連付けられている権限。 |
次のいずれかを含む文字列配列: "Listen" "管理" "送信" |
BaiduCredential
BaiduCredentialProperties
名前 |
説明 |
値 |
baiduApiKey |
Baidu Api キー。 |
string |
baiduEndPoint |
Baidu エンドポイント。 |
string |
baiduSecretKey |
Baidu シークレット キー |
string |
GcmCredential
GcmCredentialProperties
名前 |
説明 |
値 |
gcmEndpoint |
GCM エンドポイント。 |
string |
googleApiKey |
Google API キー。 |
string |
MpnsCredential
MpnsCredentialProperties
名前 |
説明 |
値 |
certificateKey |
この資格情報の証明書キー。 |
string |
mpnsCertificate |
MPNS 証明書。 |
string |
thumbprint |
MPNS 証明書の拇印 |
string |
WnsCredential
WnsCredentialProperties
名前 |
説明 |
値 |
packageSid |
この資格情報のパッケージ ID。 |
string |
secretKey |
秘密キー。 |
string |
windowsLiveEndpoint |
Windows Live エンドポイント。 |
string |
Sku
名前 |
説明 |
値 |
capacity |
リソースの容量 |
INT |
family |
Sku ファミリ |
string |
name |
通知ハブ SKU の名前 |
"Basic" "Free" "Standard" (必須) |
size |
Sku のサイズ |
string |
レベル |
特定の SKU のレベル |
string |