Microsoft.Chaos の実験
Bicep リソース定義
実験リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Chaos/experiments リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Chaos/experiments@2024-03-22-preview' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
customerDataStorage: {
blobContainerName: 'string'
storageAccountResourceId: 'string'
}
selectors: [
{
filter: {
type: 'string'
// For remaining properties, see Filter objects
}
id: 'string'
type: 'string'
// For remaining properties, see Selector objects
}
]
steps: [
{
branches: [
{
actions: [
{
name: 'string'
type: 'string'
// For remaining properties, see Action objects
}
]
name: 'string'
}
]
name: 'string'
}
]
}
tags: {
{customized property}: 'string'
}
}
アクション オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
連続 の場合は、次の値を使用します。
{
duration: 'string'
parameters: [
{
key: 'string'
value: 'string'
}
]
selectorId: 'string'
type: 'continuous'
}
遅延 の場合は、次を使用します。
{
duration: 'string'
type: 'delay'
}
個別
{
parameters: [
{
key: 'string'
value: 'string'
}
]
selectorId: 'string'
type: 'discrete'
}
オブジェクトのフィルター処理
型 プロパティを設定して、オブジェクトの型を指定します。
単純
{
parameters: {
zones: [
'string'
]
}
type: 'Simple'
}
セレクター オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
リストの場合は、次の値を使用します。
{
targets: [
{
id: 'string'
type: 'string'
}
]
type: 'List'
}
クエリの場合は、次を使用します。
{
queryString: 'string'
subscriptionIds: [
'string'
]
type: 'Query'
}
プロパティ値
アクション
名前 | 形容 | 価値 |
---|---|---|
名前 | 機能 URN を表す文字列。 | 糸 制約: 最大長 = (必須) |
種類 | ContinuousActionの型 |
'continuous' 'delay' 'discrete' (必須) |
枝
名前 | 形容 | 価値 |
---|---|---|
アクション | アクションの一覧。 | アクション[] (必須) |
名前 | ブランチ名の文字列。 | 糸 制約: 最小長 = 1 (必須) |
ContinuousAction
名前 | 形容 | 価値 |
---|---|---|
期間 | ISO8601期間を表す書式設定された文字列です。 | string (必須) |
パラメーター | キー値ペアの一覧。 | KeyValuePair[] (必須) |
selectorId | セレクターを表す文字列。 | 糸 制約: 最小長 = 1 (必須) |
種類 | アクション モデルを区別する列挙型。 | 'continuous' (必須) |
CustomerDataStorageProperties
名前 | 形容 | 価値 |
---|---|---|
blobContainerName | 使用または作成する Azure Blob Storage コンテナーの名前。 | 糸 制約: 最小長 = 3 最大長 = 3 パターン = ^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$ |
storageAccountResourceId | 顧客データ ストレージに使用するストレージ アカウントの ARM リソース ID。 | 糸 |
DelayAction
名前 | 形容 | 価値 |
---|---|---|
期間 | ISO8601期間を表す書式設定された文字列です。 | string (必須) |
種類 | アクション モデルを区別する列挙型。 | 'delay' (必須) |
DiscreteAction
名前 | 形容 | 価値 |
---|---|---|
パラメーター | キー値ペアの一覧。 | KeyValuePair[] (必須) |
selectorId | セレクターを表す文字列。 | 糸 制約: 最小長 = 1 (必須) |
種類 | アクション モデルを区別する列挙型。 | 'discrete' (必須) |
ExperimentIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必須) |
userAssignedIdentities | リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値は、要求内の空のオブジェクト ({}) にすることができます。 | UserAssignedIdentities の |
ExperimentProperties
名前 | 形容 | 価値 |
---|---|---|
customerDataStorage | 実験スキーマが格納される省略可能なカスタマー マネージド ストレージ アカウント。 | CustomerDataStorageProperties の |
セレクター | セレクターの一覧。 | セレクター[] (必須) |
ステップス | 手順の一覧。 | ステップ[] (必須) |
フィルター
名前 | 形容 | 価値 |
---|---|---|
種類 | SimpleFilterの型 |
'Simple' (必須) |
KeyValuePair
名前 | 形容 | 価値 |
---|---|---|
鍵 | アクションの設定の名前。 | 糸 制約: 最小長 = 1 (必須) |
価値 | アクションの設定の値。 | 糸 制約: 最小長 = 1 (必須) |
ListSelector
名前 | 形容 | 価値 |
---|---|---|
ターゲット | ターゲット参照の一覧。 | TargetReference[] (必須) |
種類 | セレクター型の列挙型。 | 'List' (必須) |
Microsoft.Chaos/experiments
名前 | 形容 | 価値 |
---|---|---|
同一性 | 実験リソースの ID。 | ExperimentIdentity |
場所 | リソースが存在する地理的な場所 | string (必須) |
名前 | リソース名 | 糸 制約: 最小長 = 1 パターン = ^[^<>%&:?#/\\]+$ (必須) |
プロパティ | 実験リソースのプロパティ。 | ExperimentProperties (必須) |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
QuerySelector
名前 | 形容 | 価値 |
---|---|---|
queryString | ターゲット リソースの Azure Resource Graph (ARG) クエリ言語クエリ。 | string (必須) |
subscriptionIds | リソース クエリのスコープを設定するサブスクリプション ID リスト。 | string[] (必須) |
種類 | セレクター型の列挙型。 | 'Query' (必須) |
セレクタ
名前 | 形容 | 価値 |
---|---|---|
フィルター | ターゲット リストに適用できる使用可能なフィルターの種類を表すモデル。 | フィルター |
身分証明書 | セレクター ID の文字列。 | 糸 制約: 最小長 = 1 (必須) |
種類 | ListSelectorの型 |
'List' 'Query' (必須) |
SimpleFilter
名前 | 形容 | 価値 |
---|---|---|
パラメーター | Simple フィルター パラメーターを表すモデル。 | SimpleFilterParameters の |
種類 | フィルターの種類を区別する列挙型。 現在、Simple の種類のみがサポートされています。 |
'Simple' (必須) |
SimpleFilterParameters
名前 | 形容 | 価値 |
---|---|---|
ゾーン | ターゲットをフィルター処理する Azure 可用性ゾーンの一覧。 | string[] |
歩
名前 | 形容 | 価値 |
---|---|---|
枝 | ブランチの一覧。 | ブランチ[] (必須) |
名前 | ステップ名の文字列。 | 糸 制約: 最小長 = 1 (必須) |
TargetReference
名前 | 形容 | 価値 |
---|---|---|
身分証明書 | ターゲット リソースのリソース ID の文字列。 | 糸 制約: パターン = ^\/[Ss][Uu][Bb][Ss][Cc][Rr][Ii][Pp][Tt][Ii][Oo][Nn][Ss]\/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\/[Rr][Ee][Ss][Oo][Uu][Rr][Cc][Ee][Gg][Rr][Oo][Uu][Pp][Ss]\/[a-zA-Z0-9_\-\.\(\)]*[a-zA-Z0-9_\-\(\)]\/[Pp][Rr][Oo][Vv][Ii][Dd][Ee][Rr][Ss]\/[a-zA-Z0-9]+\.[a-zA-Z0-9]+\/[a-zA-Z0-9_\-\.]+\/[a-zA-Z0-9_\-\.]+\/[Pp][Rr][Oo][Vv][Ii][Dd][Ee][Rr][Ss]\/[Mm][Ii][Cc][Rr][Oo][Ss][Oo][Ff][Tt]\.[Cc][Hh][Aa][Oo][Ss]\/[Tt][Aa][Rr][Gg][Ee][Tt][Ss]\/[a-zA-Z0-9_\-\.]+$ (必須) |
種類 | ターゲット参照型の列挙型。 | 'ChaosTarget' (必須) |
TrackedResourceTags
名前 | 形容 | 価値 |
---|
UserAssignedIdentities
名前 | 形容 | 価値 |
---|
UserAssignedIdentity
名前 | 形容 | 価値 |
---|
ARM テンプレート リソース定義
実験リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Chaos/experiments リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Chaos/experiments",
"apiVersion": "2024-03-22-preview",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"customerDataStorage": {
"blobContainerName": "string",
"storageAccountResourceId": "string"
},
"selectors": [ {
"filter": {
"type": "string"
// For remaining properties, see Filter objects
},
"id": "string",
"type": "string"
// For remaining properties, see Selector objects
} ],
"steps": [
{
"branches": [
{
"actions": [ {
"name": "string",
"type": "string"
// For remaining properties, see Action objects
} ],
"name": "string"
}
],
"name": "string"
}
]
},
"tags": {
"{customized property}": "string"
}
}
アクション オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
連続 の場合は、次の値を使用します。
{
"duration": "string",
"parameters": [
{
"key": "string",
"value": "string"
}
],
"selectorId": "string",
"type": "continuous"
}
遅延 の場合は、次を使用します。
{
"duration": "string",
"type": "delay"
}
個別
{
"parameters": [
{
"key": "string",
"value": "string"
}
],
"selectorId": "string",
"type": "discrete"
}
オブジェクトのフィルター処理
型 プロパティを設定して、オブジェクトの型を指定します。
単純
{
"parameters": {
"zones": [ "string" ]
},
"type": "Simple"
}
セレクター オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
リストの場合は、次の値を使用します。
{
"targets": [
{
"id": "string",
"type": "string"
}
],
"type": "List"
}
クエリの場合は、次を使用します。
{
"queryString": "string",
"subscriptionIds": [ "string" ],
"type": "Query"
}
プロパティ値
アクション
名前 | 形容 | 価値 |
---|---|---|
名前 | 機能 URN を表す文字列。 | 糸 制約: 最大長 = (必須) |
種類 | ContinuousActionの型 |
'continuous' 'delay' 'discrete' (必須) |
枝
名前 | 形容 | 価値 |
---|---|---|
アクション | アクションの一覧。 | アクション[] (必須) |
名前 | ブランチ名の文字列。 | 糸 制約: 最小長 = 1 (必須) |
ContinuousAction
名前 | 形容 | 価値 |
---|---|---|
期間 | ISO8601期間を表す書式設定された文字列です。 | string (必須) |
パラメーター | キー値ペアの一覧。 | KeyValuePair[] (必須) |
selectorId | セレクターを表す文字列。 | 糸 制約: 最小長 = 1 (必須) |
種類 | アクション モデルを区別する列挙型。 | 'continuous' (必須) |
CustomerDataStorageProperties
名前 | 形容 | 価値 |
---|---|---|
blobContainerName | 使用または作成する Azure Blob Storage コンテナーの名前。 | 糸 制約: 最小長 = 3 最大長 = 3 パターン = ^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$ |
storageAccountResourceId | 顧客データ ストレージに使用するストレージ アカウントの ARM リソース ID。 | 糸 |
DelayAction
名前 | 形容 | 価値 |
---|---|---|
期間 | ISO8601期間を表す書式設定された文字列です。 | string (必須) |
種類 | アクション モデルを区別する列挙型。 | 'delay' (必須) |
DiscreteAction
名前 | 形容 | 価値 |
---|---|---|
パラメーター | キー値ペアの一覧。 | KeyValuePair[] (必須) |
selectorId | セレクターを表す文字列。 | 糸 制約: 最小長 = 1 (必須) |
種類 | アクション モデルを区別する列挙型。 | 'discrete' (必須) |
ExperimentIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必須) |
userAssignedIdentities | リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値は、要求内の空のオブジェクト ({}) にすることができます。 | UserAssignedIdentities の |
ExperimentProperties
名前 | 形容 | 価値 |
---|---|---|
customerDataStorage | 実験スキーマが格納される省略可能なカスタマー マネージド ストレージ アカウント。 | CustomerDataStorageProperties の |
セレクター | セレクターの一覧。 | セレクター[] (必須) |
ステップス | 手順の一覧。 | ステップ[] (必須) |
フィルター
名前 | 形容 | 価値 |
---|---|---|
種類 | SimpleFilterの型 |
'Simple' (必須) |
KeyValuePair
名前 | 形容 | 価値 |
---|---|---|
鍵 | アクションの設定の名前。 | 糸 制約: 最小長 = 1 (必須) |
価値 | アクションの設定の値。 | 糸 制約: 最小長 = 1 (必須) |
ListSelector
名前 | 形容 | 価値 |
---|---|---|
ターゲット | ターゲット参照の一覧。 | TargetReference[] (必須) |
種類 | セレクター型の列挙型。 | 'List' (必須) |
Microsoft.Chaos/experiments
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2024-03-22-preview' |
同一性 | 実験リソースの ID。 | ExperimentIdentity |
場所 | リソースが存在する地理的な場所 | string (必須) |
名前 | リソース名 | 糸 制約: 最小長 = 1 パターン = ^[^<>%&:?#/\\]+$ (必須) |
プロパティ | 実験リソースのプロパティ。 | ExperimentProperties (必須) |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.Chaos/experiments' |
QuerySelector
名前 | 形容 | 価値 |
---|---|---|
queryString | ターゲット リソースの Azure Resource Graph (ARG) クエリ言語クエリ。 | string (必須) |
subscriptionIds | リソース クエリのスコープを設定するサブスクリプション ID リスト。 | string[] (必須) |
種類 | セレクター型の列挙型。 | 'Query' (必須) |
セレクタ
名前 | 形容 | 価値 |
---|---|---|
フィルター | ターゲット リストに適用できる使用可能なフィルターの種類を表すモデル。 | フィルター |
身分証明書 | セレクター ID の文字列。 | 糸 制約: 最小長 = 1 (必須) |
種類 | ListSelectorの型 |
'List' 'Query' (必須) |
SimpleFilter
名前 | 形容 | 価値 |
---|---|---|
パラメーター | Simple フィルター パラメーターを表すモデル。 | SimpleFilterParameters の |
種類 | フィルターの種類を区別する列挙型。 現在、Simple の種類のみがサポートされています。 |
'Simple' (必須) |
SimpleFilterParameters
名前 | 形容 | 価値 |
---|---|---|
ゾーン | ターゲットをフィルター処理する Azure 可用性ゾーンの一覧。 | string[] |
歩
名前 | 形容 | 価値 |
---|---|---|
枝 | ブランチの一覧。 | ブランチ[] (必須) |
名前 | ステップ名の文字列。 | 糸 制約: 最小長 = 1 (必須) |
TargetReference
名前 | 形容 | 価値 |
---|---|---|
身分証明書 | ターゲット リソースのリソース ID の文字列。 | 糸 制約: パターン = ^\/[Ss][Uu][Bb][Ss][Cc][Rr][Ii][Pp][Tt][Ii][Oo][Nn][Ss]\/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\/[Rr][Ee][Ss][Oo][Uu][Rr][Cc][Ee][Gg][Rr][Oo][Uu][Pp][Ss]\/[a-zA-Z0-9_\-\.\(\)]*[a-zA-Z0-9_\-\(\)]\/[Pp][Rr][Oo][Vv][Ii][Dd][Ee][Rr][Ss]\/[a-zA-Z0-9]+\.[a-zA-Z0-9]+\/[a-zA-Z0-9_\-\.]+\/[a-zA-Z0-9_\-\.]+\/[Pp][Rr][Oo][Vv][Ii][Dd][Ee][Rr][Ss]\/[Mm][Ii][Cc][Rr][Oo][Ss][Oo][Ff][Tt]\.[Cc][Hh][Aa][Oo][Ss]\/[Tt][Aa][Rr][Gg][Ee][Tt][Ss]\/[a-zA-Z0-9_\-\.]+$ (必須) |
種類 | ターゲット参照型の列挙型。 | 'ChaosTarget' (必須) |
TrackedResourceTags
名前 | 形容 | 価値 |
---|
UserAssignedIdentities
名前 | 形容 | 価値 |
---|
UserAssignedIdentity
名前 | 形容 | 価値 |
---|
Terraform (AzAPI プロバイダー) リソース定義
実験リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Chaos/experiments リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Chaos/experiments@2024-03-22-preview"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
customerDataStorage = {
blobContainerName = "string"
storageAccountResourceId = "string"
}
selectors = [
{
filter = {
type = "string"
// For remaining properties, see Filter objects
}
id = "string"
type = "string"
// For remaining properties, see Selector objects
}
]
steps = [
{
branches = [
{
actions = [
{
name = "string"
type = "string"
// For remaining properties, see Action objects
}
]
name = "string"
}
]
name = "string"
}
]
}
})
}
アクション オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
連続 の場合は、次の値を使用します。
{
duration = "string"
parameters = [
{
key = "string"
value = "string"
}
]
selectorId = "string"
type = "continuous"
}
遅延 の場合は、次を使用します。
{
duration = "string"
type = "delay"
}
個別
{
parameters = [
{
key = "string"
value = "string"
}
]
selectorId = "string"
type = "discrete"
}
オブジェクトのフィルター処理
型 プロパティを設定して、オブジェクトの型を指定します。
単純
{
parameters = {
zones = [
"string"
]
}
type = "Simple"
}
セレクター オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
リストの場合は、次の値を使用します。
{
targets = [
{
id = "string"
type = "string"
}
]
type = "List"
}
クエリの場合は、次を使用します。
{
queryString = "string"
subscriptionIds = [
"string"
]
type = "Query"
}
プロパティ値
アクション
名前 | 形容 | 価値 |
---|---|---|
名前 | 機能 URN を表す文字列。 | 糸 制約: 最大長 = (必須) |
種類 | ContinuousActionの型 |
'continuous' 'delay' 'discrete' (必須) |
枝
名前 | 形容 | 価値 |
---|---|---|
アクション | アクションの一覧。 | アクション[] (必須) |
名前 | ブランチ名の文字列。 | 糸 制約: 最小長 = 1 (必須) |
ContinuousAction
名前 | 形容 | 価値 |
---|---|---|
期間 | ISO8601期間を表す書式設定された文字列です。 | string (必須) |
パラメーター | キー値ペアの一覧。 | KeyValuePair[] (必須) |
selectorId | セレクターを表す文字列。 | 糸 制約: 最小長 = 1 (必須) |
種類 | アクション モデルを区別する列挙型。 | 'continuous' (必須) |
CustomerDataStorageProperties
名前 | 形容 | 価値 |
---|---|---|
blobContainerName | 使用または作成する Azure Blob Storage コンテナーの名前。 | 糸 制約: 最小長 = 3 最大長 = 3 パターン = ^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$ |
storageAccountResourceId | 顧客データ ストレージに使用するストレージ アカウントの ARM リソース ID。 | 糸 |
DelayAction
名前 | 形容 | 価値 |
---|---|---|
期間 | ISO8601期間を表す書式設定された文字列です。 | string (必須) |
種類 | アクション モデルを区別する列挙型。 | 'delay' (必須) |
DiscreteAction
名前 | 形容 | 価値 |
---|---|---|
パラメーター | キー値ペアの一覧。 | KeyValuePair[] (必須) |
selectorId | セレクターを表す文字列。 | 糸 制約: 最小長 = 1 (必須) |
種類 | アクション モデルを区別する列挙型。 | 'discrete' (必須) |
ExperimentIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必須) |
userAssignedIdentities | リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値は、要求内の空のオブジェクト ({}) にすることができます。 | UserAssignedIdentities の |
ExperimentProperties
名前 | 形容 | 価値 |
---|---|---|
customerDataStorage | 実験スキーマが格納される省略可能なカスタマー マネージド ストレージ アカウント。 | CustomerDataStorageProperties の |
セレクター | セレクターの一覧。 | セレクター[] (必須) |
ステップス | 手順の一覧。 | ステップ[] (必須) |
フィルター
名前 | 形容 | 価値 |
---|---|---|
種類 | SimpleFilterの型 |
'Simple' (必須) |
KeyValuePair
名前 | 形容 | 価値 |
---|---|---|
鍵 | アクションの設定の名前。 | 糸 制約: 最小長 = 1 (必須) |
価値 | アクションの設定の値。 | 糸 制約: 最小長 = 1 (必須) |
ListSelector
名前 | 形容 | 価値 |
---|---|---|
ターゲット | ターゲット参照の一覧。 | TargetReference[] (必須) |
種類 | セレクター型の列挙型。 | 'List' (必須) |
Microsoft.Chaos/experiments
名前 | 形容 | 価値 |
---|---|---|
同一性 | 実験リソースの ID。 | ExperimentIdentity |
場所 | リソースが存在する地理的な場所 | string (必須) |
名前 | リソース名 | 糸 制約: 最小長 = 1 パターン = ^[^<>%&:?#/\\]+$ (必須) |
プロパティ | 実験リソースのプロパティ。 | ExperimentProperties (必須) |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.Chaos/experiments@2024-03-22-preview" |
QuerySelector
名前 | 形容 | 価値 |
---|---|---|
queryString | ターゲット リソースの Azure Resource Graph (ARG) クエリ言語クエリ。 | string (必須) |
subscriptionIds | リソース クエリのスコープを設定するサブスクリプション ID リスト。 | string[] (必須) |
種類 | セレクター型の列挙型。 | 'Query' (必須) |
セレクタ
名前 | 形容 | 価値 |
---|---|---|
フィルター | ターゲット リストに適用できる使用可能なフィルターの種類を表すモデル。 | フィルター |
身分証明書 | セレクター ID の文字列。 | 糸 制約: 最小長 = 1 (必須) |
種類 | ListSelectorの型 |
'List' 'Query' (必須) |
SimpleFilter
名前 | 形容 | 価値 |
---|---|---|
パラメーター | Simple フィルター パラメーターを表すモデル。 | SimpleFilterParameters の |
種類 | フィルターの種類を区別する列挙型。 現在、Simple の種類のみがサポートされています。 |
'Simple' (必須) |
SimpleFilterParameters
名前 | 形容 | 価値 |
---|---|---|
ゾーン | ターゲットをフィルター処理する Azure 可用性ゾーンの一覧。 | string[] |
歩
名前 | 形容 | 価値 |
---|---|---|
枝 | ブランチの一覧。 | ブランチ[] (必須) |
名前 | ステップ名の文字列。 | 糸 制約: 最小長 = 1 (必須) |
TargetReference
名前 | 形容 | 価値 |
---|---|---|
身分証明書 | ターゲット リソースのリソース ID の文字列。 | 糸 制約: パターン = ^\/[Ss][Uu][Bb][Ss][Cc][Rr][Ii][Pp][Tt][Ii][Oo][Nn][Ss]\/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\/[Rr][Ee][Ss][Oo][Uu][Rr][Cc][Ee][Gg][Rr][Oo][Uu][Pp][Ss]\/[a-zA-Z0-9_\-\.\(\)]*[a-zA-Z0-9_\-\(\)]\/[Pp][Rr][Oo][Vv][Ii][Dd][Ee][Rr][Ss]\/[a-zA-Z0-9]+\.[a-zA-Z0-9]+\/[a-zA-Z0-9_\-\.]+\/[a-zA-Z0-9_\-\.]+\/[Pp][Rr][Oo][Vv][Ii][Dd][Ee][Rr][Ss]\/[Mm][Ii][Cc][Rr][Oo][Ss][Oo][Ff][Tt]\.[Cc][Hh][Aa][Oo][Ss]\/[Tt][Aa][Rr][Gg][Ee][Tt][Ss]\/[a-zA-Z0-9_\-\.]+$ (必須) |
種類 | ターゲット参照型の列挙型。 | 'ChaosTarget' (必須) |
TrackedResourceTags
名前 | 形容 | 価値 |
---|
UserAssignedIdentities
名前 | 形容 | 価値 |
---|
UserAssignedIdentity
名前 | 形容 | 価値 |
---|