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' |
価値 |
コンテンツの値を取得または設定します。 これは、コンテンツ ソースの種類に基づいています。 |
糸 |
バージョン |
コンテンツのバージョンを取得または設定します。 |
糸 |
DscConfigurationCreateOrUpdatePropertiesOrDscConfigurationProperties
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' |
価値 |
コンテンツの値を取得または設定します。 これは、コンテンツ ソースの種類に基づいています。 |
糸 |
バージョン |
コンテンツのバージョンを取得または設定します。 |
糸 |
DscConfigurationCreateOrUpdatePropertiesOrDscConfigurationProperties
DscConfigurationCreateOrUpdatePropertiesParameters
DscConfigurationParameter
名前 |
形容 |
価値 |
defaultValue |
パラメーターの既定値を取得または設定します。 |
糸 |
isMandatory |
パラメーターが必須かどうかを示すブール値を取得または設定します。 |
bool |
立場 |
パラメーターの位置を取得または設定します。 |
int |
種類 |
パラメーターの型を取得または設定します。 |
糸 |
Microsoft.Automation/automationAccounts/configurations
使用例
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' |
価値 |
コンテンツの値を取得または設定します。 これは、コンテンツ ソースの種類に基づいています。 |
糸 |
バージョン |
コンテンツのバージョンを取得または設定します。 |
糸 |
DscConfigurationCreateOrUpdatePropertiesOrDscConfigurationProperties
DscConfigurationCreateOrUpdatePropertiesParameters
DscConfigurationParameter
名前 |
形容 |
価値 |
defaultValue |
パラメーターの既定値を取得または設定します。 |
糸 |
isMandatory |
パラメーターが必須かどうかを示すブール値を取得または設定します。 |
bool |
立場 |
パラメーターの位置を取得または設定します。 |
int |
種類 |
パラメーターの型を取得または設定します。 |
糸 |
Microsoft.Automation/automationAccounts/configurations