Microsoft.Web サイト/slots/functions 2016-08-01
Bicep リソース定義
サイト/スロット/関数のリソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/sites/slots/functions リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Web/sites/slots/functions@2016-08-01' = {
parent: resourceSymbolicName
kind: 'string'
name: 'string'
properties: {
config: any(Azure.Bicep.Types.Concrete.AnyType)
configHref: 'string'
files: {
{customized property}: 'string'
}
href: 'string'
scriptHref: 'string'
scriptRootPathHref: 'string'
secretsFileHref: 'string'
testData: 'string'
}
}
プロパティ値
FunctionEnvelopeProperties
名前 | 形容 | 価値 |
---|---|---|
config | 構成情報。 | 任意 |
configHref | 構成 URI。 | 糸 |
ファイル | ファイルの一覧。 | FunctionEnvelopePropertiesFiles |
href | 関数 URI。 | 糸 |
scriptHref | スクリプト URI。 | 糸 |
scriptRootPathHref | スクリプト ルート パス URI。 | 糸 |
secretsFileHref | シークレット ファイル URI。 | 糸 |
testData | Azure Portal を使用してテストするときに使用されるテスト データ。 | 糸 |
FunctionEnvelopePropertiesFiles
名前 | 形容 | 価値 |
---|
Microsoft.Web/sites/slots/functions
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: サイト/スロット |
プロパティ | FunctionEnvelope リソース固有のプロパティ | FunctionEnvelopeProperties |
ARM テンプレート リソース定義
サイト/スロット/関数のリソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/sites/slots/functions リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Web/sites/slots/functions",
"apiVersion": "2016-08-01",
"name": "string",
"kind": "string",
"properties": {
"config": {},
"configHref": "string",
"files": {
"{customized property}": "string"
},
"href": "string",
"scriptHref": "string",
"scriptRootPathHref": "string",
"secretsFileHref": "string",
"testData": "string"
}
}
プロパティ値
FunctionEnvelopeProperties
名前 | 形容 | 価値 |
---|---|---|
config | 構成情報。 | 任意 |
configHref | 構成 URI。 | 糸 |
ファイル | ファイルの一覧。 | FunctionEnvelopePropertiesFiles |
href | 関数 URI。 | 糸 |
scriptHref | スクリプト URI。 | 糸 |
scriptRootPathHref | スクリプト ルート パス URI。 | 糸 |
secretsFileHref | シークレット ファイル URI。 | 糸 |
testData | Azure Portal を使用してテストするときに使用されるテスト データ。 | 糸 |
FunctionEnvelopePropertiesFiles
名前 | 形容 | 価値 |
---|
Microsoft.Web/sites/slots/functions
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2016-08-01' |
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | FunctionEnvelope リソース固有のプロパティ | FunctionEnvelopeProperties |
種類 | リソースの種類 | 'Microsoft.Web/sites/slots/functions' |
Terraform (AzAPI プロバイダー) リソース定義
サイト/スロット/関数のリソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/sites/slots/functions リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/sites/slots/functions@2016-08-01"
name = "string"
kind = "string"
body = jsonencode({
properties = {
config = ?
configHref = "string"
files = {
{customized property} = "string"
}
href = "string"
scriptHref = "string"
scriptRootPathHref = "string"
secretsFileHref = "string"
testData = "string"
}
})
}
プロパティ値
FunctionEnvelopeProperties
名前 | 形容 | 価値 |
---|---|---|
config | 構成情報。 | 任意 |
configHref | 構成 URI。 | 糸 |
ファイル | ファイルの一覧。 | FunctionEnvelopePropertiesFiles |
href | 関数 URI。 | 糸 |
scriptHref | スクリプト URI。 | 糸 |
scriptRootPathHref | スクリプト ルート パス URI。 | 糸 |
secretsFileHref | シークレット ファイル URI。 | 糸 |
testData | Azure Portal を使用してテストするときに使用されるテスト データ。 | 糸 |
FunctionEnvelopePropertiesFiles
名前 | 形容 | 価値 |
---|
Microsoft.Web/sites/slots/functions
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: サイト/スロット |
プロパティ | FunctionEnvelope リソース固有のプロパティ | FunctionEnvelopeProperties |
種類 | リソースの種類 | "Microsoft.Web/sites/slots/functions@2016-08-01" |