次の方法で共有


Microsoft.Automation automationAccounts/configurations 2023-05-15-preview

Bicep リソース定義

automationAccounts/configurations リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Automation/automationAccounts/configurations リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Automation/automationAccounts/configurations@2023-05-15-preview' = {
  parent: resourceSymbolicName
  location: 'string'
  name: 'string'
  properties: {
    description: 'string'
    logProgress: bool
    logVerbose: bool
    parameters: {
      {customized property}: {
        defaultValue: 'string'
        isMandatory: bool
        position: int
        type: 'string'
      }
    }
    source: {
      hash: {
        algorithm: 'string'
        value: 'string'
      }
      type: 'string'
      value: 'string'
      version: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

プロパティ値

ContentHash

名前 形容 価値
アルゴリズム コンテンツのハッシュに使用するコンテンツ ハッシュ アルゴリズムを取得または設定します。 string (必須)
価値 コンテンツの予想されるハッシュ値を取得または設定します。 string (必須)

ContentSource

名前 形容 価値
ハッシュ ハッシュを取得または設定します。 ContentHash
種類 コンテンツ ソースの種類を取得または設定します。 'embeddedContent'
'uri'
価値 コンテンツの値を取得または設定します。 これは、コンテンツ ソースの種類に基づいています。
バージョン コンテンツのバージョンを取得または設定します。

DscConfigurationCreateOrUpdateParametersTags

名前 形容 価値

DscConfigurationCreateOrUpdatePropertiesOrDscConfigurationProperties

名前 形容 価値
形容 構成の説明を取得または設定します。
logProgress 進行状況ログ オプションを取得または設定します。 bool
logVerbose 詳細ログ オプションを取得または設定します。 bool
パラメーター 構成パラメーターを取得または設定します。 DscConfigurationCreateOrUpdatePropertiesParameters
ソースを取得または設定します。 ContentSource (必須)

DscConfigurationCreateOrUpdatePropertiesParameters

名前 形容 価値

DscConfigurationParameter

名前 形容 価値
defaultValue パラメーターの既定値を取得または設定します。
isMandatory パラメーターが必須かどうかを示すブール値を取得または設定します。 bool
立場 パラメーターの位置を取得または設定します。 int
種類 パラメーターの型を取得または設定します。

Microsoft.Automation/automationAccounts/configurations

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

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: automationAccounts
プロパティ 構成の作成または更新のプロパティを取得または設定します。 DscConfigurationCreateOrUpdatePropertiesOrDscConfigurationProperties (必須)
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください

ARM テンプレート リソース定義

automationAccounts/configurations リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Automation/automationAccounts/configurations リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.Automation/automationAccounts/configurations",
  "apiVersion": "2023-05-15-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "description": "string",
    "logProgress": "bool",
    "logVerbose": "bool",
    "parameters": {
      "{customized property}": {
        "defaultValue": "string",
        "isMandatory": "bool",
        "position": "int",
        "type": "string"
      }
    },
    "source": {
      "hash": {
        "algorithm": "string",
        "value": "string"
      },
      "type": "string",
      "value": "string",
      "version": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

プロパティ値

ContentHash

名前 形容 価値
アルゴリズム コンテンツのハッシュに使用するコンテンツ ハッシュ アルゴリズムを取得または設定します。 string (必須)
価値 コンテンツの予想されるハッシュ値を取得または設定します。 string (必須)

ContentSource

名前 形容 価値
ハッシュ ハッシュを取得または設定します。 ContentHash
種類 コンテンツ ソースの種類を取得または設定します。 'embeddedContent'
'uri'
価値 コンテンツの値を取得または設定します。 これは、コンテンツ ソースの種類に基づいています。
バージョン コンテンツのバージョンを取得または設定します。

DscConfigurationCreateOrUpdateParametersTags

名前 形容 価値

DscConfigurationCreateOrUpdatePropertiesOrDscConfigurationProperties

名前 形容 価値
形容 構成の説明を取得または設定します。
logProgress 進行状況ログ オプションを取得または設定します。 bool
logVerbose 詳細ログ オプションを取得または設定します。 bool
パラメーター 構成パラメーターを取得または設定します。 DscConfigurationCreateOrUpdatePropertiesParameters
ソースを取得または設定します。 ContentSource (必須)

DscConfigurationCreateOrUpdatePropertiesParameters

名前 形容 価値

DscConfigurationParameter

名前 形容 価値
defaultValue パラメーターの既定値を取得または設定します。
isMandatory パラメーターが必須かどうかを示すブール値を取得または設定します。 bool
立場 パラメーターの位置を取得または設定します。 int
種類 パラメーターの型を取得または設定します。

Microsoft.Automation/automationAccounts/configurations

名前 形容 価値
apiVersion API のバージョン '2023-05-15-preview'
場所 リソースの場所を取得または設定します。
名前 リソース名 string (必須)
プロパティ 構成の作成または更新のプロパティを取得または設定します。 DscConfigurationCreateOrUpdatePropertiesOrDscConfigurationProperties (必須)
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください
種類 リソースの種類 'Microsoft.Automation/automationAccounts/configurations'

使用例

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

automationAccounts/configurations リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Automation/automationAccounts/configurations リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Automation/automationAccounts/configurations@2023-05-15-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = {
    properties = {
      description = "string"
      logProgress = bool
      logVerbose = bool
      parameters = {
        {customized property} = {
          defaultValue = "string"
          isMandatory = bool
          position = int
          type = "string"
        }
      }
      source = {
        hash = {
          algorithm = "string"
          value = "string"
        }
        type = "string"
        value = "string"
        version = "string"
      }
    }
  }
}

プロパティ値

ContentHash

名前 形容 価値
アルゴリズム コンテンツのハッシュに使用するコンテンツ ハッシュ アルゴリズムを取得または設定します。 string (必須)
価値 コンテンツの予想されるハッシュ値を取得または設定します。 string (必須)

ContentSource

名前 形容 価値
ハッシュ ハッシュを取得または設定します。 ContentHash
種類 コンテンツ ソースの種類を取得または設定します。 'embeddedContent'
'uri'
価値 コンテンツの値を取得または設定します。 これは、コンテンツ ソースの種類に基づいています。
バージョン コンテンツのバージョンを取得または設定します。

DscConfigurationCreateOrUpdateParametersTags

名前 形容 価値

DscConfigurationCreateOrUpdatePropertiesOrDscConfigurationProperties

名前 形容 価値
形容 構成の説明を取得または設定します。
logProgress 進行状況ログ オプションを取得または設定します。 bool
logVerbose 詳細ログ オプションを取得または設定します。 bool
パラメーター 構成パラメーターを取得または設定します。 DscConfigurationCreateOrUpdatePropertiesParameters
ソースを取得または設定します。 ContentSource (必須)

DscConfigurationCreateOrUpdatePropertiesParameters

名前 形容 価値

DscConfigurationParameter

名前 形容 価値
defaultValue パラメーターの既定値を取得または設定します。
isMandatory パラメーターが必須かどうかを示すブール値を取得または設定します。 bool
立場 パラメーターの位置を取得または設定します。 int
種類 パラメーターの型を取得または設定します。

Microsoft.Automation/automationAccounts/configurations

名前 形容 価値
場所 リソースの場所を取得または設定します。
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: automationAccounts
プロパティ 構成の作成または更新のプロパティを取得または設定します。 DscConfigurationCreateOrUpdatePropertiesOrDscConfigurationProperties (必須)
タグ リソース タグ タグ名と値のディクショナリ。
種類 リソースの種類 "Microsoft.Automation/automationAccounts/configurations@2023-05-15-preview"