Microsoft.Automation automationAccounts/nodeConfigurations 2023-05-15-preview
- [アーティクル]
-
-
Bicep リソース定義
automationAccounts/nodeConfigurations リソースの種類は、次を対象とする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Automation/automationAccounts/nodeConfigurations リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Automation/automationAccounts/nodeConfigurations@2023-05-15-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
configuration: {
name: 'string'
}
incrementNodeConfigurationBuild: bool
source: {
hash: {
algorithm: 'string'
value: 'string'
}
type: 'string'
value: 'string'
version: 'string'
}
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
ContentHash
名前 |
形容 |
価値 |
アルゴリズム |
コンテンツのハッシュに使用するコンテンツ ハッシュ アルゴリズムを取得または設定します。 |
string (必須) |
価値 |
コンテンツの予想されるハッシュ値を取得または設定します。 |
string (必須) |
ContentSourceOrDscNodeConfigurationPropertiesSource
名前 |
形容 |
価値 |
ハッシュ |
ハッシュを取得または設定します。 |
ContentHash |
種類 |
コンテンツ ソースの種類を取得または設定します。 |
'embeddedContent' 'uri' |
価値 |
コンテンツの値を取得または設定します。 これは、コンテンツ ソースの種類に基づいています。 |
糸 |
バージョン |
コンテンツのバージョンを取得または設定します。 |
糸 |
DscConfigurationAssociationProperty
名前 |
形容 |
価値 |
名前 |
Dsc 構成の名前を取得または設定します。 |
糸 |
DscNodeConfigurationCreateOrUpdateParametersPropertiesOrDscNodeConfigurationProperties
Microsoft.Automation/automationAccounts/nodeConfigurations
ARM テンプレート リソース定義
automationAccounts/nodeConfigurations リソースの種類は、次を対象とする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Automation/automationAccounts/nodeConfigurations リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Automation/automationAccounts/nodeConfigurations",
"apiVersion": "2023-05-15-preview",
"name": "string",
"properties": {
"configuration": {
"name": "string"
},
"incrementNodeConfigurationBuild": "bool",
"source": {
"hash": {
"algorithm": "string",
"value": "string"
},
"type": "string",
"value": "string",
"version": "string"
}
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
ContentHash
名前 |
形容 |
価値 |
アルゴリズム |
コンテンツのハッシュに使用するコンテンツ ハッシュ アルゴリズムを取得または設定します。 |
string (必須) |
価値 |
コンテンツの予想されるハッシュ値を取得または設定します。 |
string (必須) |
ContentSourceOrDscNodeConfigurationPropertiesSource
名前 |
形容 |
価値 |
ハッシュ |
ハッシュを取得または設定します。 |
ContentHash |
種類 |
コンテンツ ソースの種類を取得または設定します。 |
'embeddedContent' 'uri' |
価値 |
コンテンツの値を取得または設定します。 これは、コンテンツ ソースの種類に基づいています。 |
糸 |
バージョン |
コンテンツのバージョンを取得または設定します。 |
糸 |
DscConfigurationAssociationProperty
名前 |
形容 |
価値 |
名前 |
Dsc 構成の名前を取得または設定します。 |
糸 |
DscNodeConfigurationCreateOrUpdateParametersPropertiesOrDscNodeConfigurationProperties
Microsoft.Automation/automationAccounts/nodeConfigurations
使用例
automationAccounts/nodeConfigurations リソースの種類は、次を対象とする操作と共にデプロイできます。
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Automation/automationAccounts/nodeConfigurations リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Automation/automationAccounts/nodeConfigurations@2023-05-15-preview"
name = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
configuration = {
name = "string"
}
incrementNodeConfigurationBuild = bool
source = {
hash = {
algorithm = "string"
value = "string"
}
type = "string"
value = "string"
version = "string"
}
}
}
}
プロパティ値
ContentHash
名前 |
形容 |
価値 |
アルゴリズム |
コンテンツのハッシュに使用するコンテンツ ハッシュ アルゴリズムを取得または設定します。 |
string (必須) |
価値 |
コンテンツの予想されるハッシュ値を取得または設定します。 |
string (必須) |
ContentSourceOrDscNodeConfigurationPropertiesSource
名前 |
形容 |
価値 |
ハッシュ |
ハッシュを取得または設定します。 |
ContentHash |
種類 |
コンテンツ ソースの種類を取得または設定します。 |
'embeddedContent' 'uri' |
価値 |
コンテンツの値を取得または設定します。 これは、コンテンツ ソースの種類に基づいています。 |
糸 |
バージョン |
コンテンツのバージョンを取得または設定します。 |
糸 |
DscConfigurationAssociationProperty
名前 |
形容 |
価値 |
名前 |
Dsc 構成の名前を取得または設定します。 |
糸 |
DscNodeConfigurationCreateOrUpdateParametersPropertiesOrDscNodeConfigurationProperties
Microsoft.Automation/automationAccounts/nodeConfigurations