次の方法で共有


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

名前 形容 価値
構成 ノードの構成を取得または設定します。 DscConfigurationAssociationProperty (必須)
incrementNodeConfigurationBuild NodeConfiguration の新しいビルド バージョンが必要な場合。 bool
ソースを取得または設定します。 ContentSourceOrDscNodeConfigurationPropertiesSource (必須)

DscNodeConfigurationCreateOrUpdateParametersTags

名前 形容 価値

Microsoft.Automation/automationAccounts/nodeConfigurations

名前 形容 価値
名前 リソース名 string (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: automationAccounts
プロパティ ノード構成プロパティ DscNodeConfigurationCreateOrUpdateParametersPropertiesOrDscNodeConfigurationProperties
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください

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

名前 形容 価値
構成 ノードの構成を取得または設定します。 DscConfigurationAssociationProperty (必須)
incrementNodeConfigurationBuild NodeConfiguration の新しいビルド バージョンが必要な場合。 bool
ソースを取得または設定します。 ContentSourceOrDscNodeConfigurationPropertiesSource (必須)

DscNodeConfigurationCreateOrUpdateParametersTags

名前 形容 価値

Microsoft.Automation/automationAccounts/nodeConfigurations

名前 形容 価値
apiVersion API のバージョン '2023-05-15-preview'
名前 リソース名 string (必須)
プロパティ ノード構成プロパティ DscNodeConfigurationCreateOrUpdateParametersPropertiesOrDscNodeConfigurationProperties
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください
種類 リソースの種類 'Microsoft.Automation/automationAccounts/nodeConfigurations'

使用例

Terraform (AzAPI プロバイダー) リソース定義

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

名前 形容 価値
構成 ノードの構成を取得または設定します。 DscConfigurationAssociationProperty (必須)
incrementNodeConfigurationBuild NodeConfiguration の新しいビルド バージョンが必要な場合。 bool
ソースを取得または設定します。 ContentSourceOrDscNodeConfigurationPropertiesSource (必須)

DscNodeConfigurationCreateOrUpdateParametersTags

名前 形容 価値

Microsoft.Automation/automationAccounts/nodeConfigurations

名前 形容 価値
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: automationAccounts
プロパティ ノード構成プロパティ DscNodeConfigurationCreateOrUpdateParametersPropertiesOrDscNodeConfigurationProperties
タグ リソース タグ タグ名と値のディクショナリ。
種類 リソースの種類 "Microsoft.Automation/automationAccounts/nodeConfigurations@2023-05-15-preview"