共用方式為


Microsoft.Chaos 實驗

Bicep 資源定義

實驗資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Chaos/實驗資源,請將下列 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'
}

篩選物件

設定 類型 屬性,以指定物件的類型。

針對 Simple,請使用:

{
  parameters: {
    zones: [
      'string'
    ]
  }
  type: 'Simple'
}

選取器物件

設定 類型 屬性,以指定物件的類型。

針對 List,請使用:

{
  targets: [
    {
      id: 'string'
      type: 'string'
    }
  ]
  type: 'List'
}

針對 查詢,請使用:

{
  queryString: 'string'
  subscriptionIds: [
    'string'
  ]
  type: 'Query'
}

屬性值

行動

名字 描述 價值
名字 表示功能 URN 的字串。 字串

約束:
最大長度 = (必要)
類型 將 類型設定為 'continuous',ContinuousAction。 針對 delayAction 類型設定為 'delay' DelayAction。 設定為 'discrete' 類型 DiscreteAction 'continuous'
'delay'
'discrete' (必要)

分支

名字 描述 價值
行動 動作清單。 動作[] (必要)
名字 分支名稱的字串。 字串

約束:
最小長度 = 1 (必要)

ContinuousAction

名字 描述 價值
期間 ISO8601表示持續時間的格式化字串。 字串 (必要)
參數 索引鍵值組的清單。 KeyValuePair[] (必要)
selectorId 表示選取器的字串。 字串

約束:
最小長度 = 1 (必要)
類型 區分動作模型的列舉。 'continuous' (必要)

CustomerDataStorageProperties

名字 描述 價值
blobContainerName 要使用的 Azure Blob 記憶體容器名稱。 字串

約束:
最小長度 = 3
最大長度 = 3
Pattern = ^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$
storageAccountResourceId 要用於客戶數據記憶體之記憶體帳戶的 ARM 資源識別碼。 字串

DelayAction

名字 描述 價值
期間 ISO8601表示持續時間的格式化字串。 字串 (必要)
類型 區分動作模型的列舉。 'delay' (必要)

DiscreteAction

名字 描述 價值
參數 索引鍵值組的清單。 KeyValuePair[] (必要)
selectorId 表示選取器的字串。 字串

約束:
最小長度 = 1 (必要)
類型 區分動作模型的列舉。 'discrete' (必要)

ExperimentIdentity

名字 描述 價值
類型 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 UserAssignedIdentities

ExperimentProperties

名字 描述 價值
customerDataStorage 將儲存實驗架構的選擇性客戶自控記憶體帳戶。 CustomerDataStorageProperties
選擇 選取器清單。 選取器[] (必要)
步驟 步驟清單。 步驟[] (必要)

濾波器

名字 描述 價值
類型 針對 simpleFilter 類型設定為 'Simple', 'Simple' (必要)

KeyValuePair

名字 描述 價值
鑰匙 動作的設定名稱。 字串

約束:
最小長度 = 1 (必要)
價值 動作設定的值。 字串

約束:
最小長度 = 1 (必要)

ListSelector

名字 描述 價值
目標 目標參考清單。 TargetReference[] (必要)
類型 選取器類型的列舉。 'List' (必要)

Microsoft.Chaos/experiments

名字 描述 價值
身份 實驗資源的身分識別。 ExperimentIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最小長度 = 1
模式 = ^[^<>%&:?#/\\]+$ (必要)
性能 實驗資源的屬性。 ExperimentProperties (必要)
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

QuerySelector

名字 描述 價值
queryString 目標資源的 Azure Resource Graph (ARG) 查詢語言查詢。 字串 (必要)
subscriptionIds 範圍資源查詢的訂用帳戶標識碼清單。 string[] (必要)
類型 選取器類型的列舉。 'Query' (必要)

選擇器

名字 描述 價值
濾波器 模型,表示可套用至目標清單的可用篩選類型。 篩選
id 選取器識別碼的字串。 字串

約束:
最小長度 = 1 (必要)
類型 將 類型設定為 'List',ListSelector。 針對 querySelector 類型 設定為 'Query', 'List'
'Query' (必要)

SimpleFilter

名字 描述 價值
參數 代表簡單篩選參數的模型。 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/實驗資源,請將下列 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"
}

篩選物件

設定 類型 屬性,以指定物件的類型。

針對 Simple,請使用:

{
  "parameters": {
    "zones": [ "string" ]
  },
  "type": "Simple"
}

選取器物件

設定 類型 屬性,以指定物件的類型。

針對 List,請使用:

{
  "targets": [
    {
      "id": "string",
      "type": "string"
    }
  ],
  "type": "List"
}

針對 查詢,請使用:

{
  "queryString": "string",
  "subscriptionIds": [ "string" ],
  "type": "Query"
}

屬性值

行動

名字 描述 價值
名字 表示功能 URN 的字串。 字串

約束:
最大長度 = (必要)
類型 將 類型設定為 'continuous',ContinuousAction。 針對 delayAction 類型設定為 'delay' DelayAction。 設定為 'discrete' 類型 DiscreteAction 'continuous'
'delay'
'discrete' (必要)

分支

名字 描述 價值
行動 動作清單。 動作[] (必要)
名字 分支名稱的字串。 字串

約束:
最小長度 = 1 (必要)

ContinuousAction

名字 描述 價值
期間 ISO8601表示持續時間的格式化字串。 字串 (必要)
參數 索引鍵值組的清單。 KeyValuePair[] (必要)
selectorId 表示選取器的字串。 字串

約束:
最小長度 = 1 (必要)
類型 區分動作模型的列舉。 'continuous' (必要)

CustomerDataStorageProperties

名字 描述 價值
blobContainerName 要使用的 Azure Blob 記憶體容器名稱。 字串

約束:
最小長度 = 3
最大長度 = 3
Pattern = ^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$
storageAccountResourceId 要用於客戶數據記憶體之記憶體帳戶的 ARM 資源識別碼。 字串

DelayAction

名字 描述 價值
期間 ISO8601表示持續時間的格式化字串。 字串 (必要)
類型 區分動作模型的列舉。 'delay' (必要)

DiscreteAction

名字 描述 價值
參數 索引鍵值組的清單。 KeyValuePair[] (必要)
selectorId 表示選取器的字串。 字串

約束:
最小長度 = 1 (必要)
類型 區分動作模型的列舉。 'discrete' (必要)

ExperimentIdentity

名字 描述 價值
類型 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 UserAssignedIdentities

ExperimentProperties

名字 描述 價值
customerDataStorage 將儲存實驗架構的選擇性客戶自控記憶體帳戶。 CustomerDataStorageProperties
選擇 選取器清單。 選取器[] (必要)
步驟 步驟清單。 步驟[] (必要)

濾波器

名字 描述 價值
類型 針對 simpleFilter 類型設定為 'Simple', 'Simple' (必要)

KeyValuePair

名字 描述 價值
鑰匙 動作的設定名稱。 字串

約束:
最小長度 = 1 (必要)
價值 動作設定的值。 字串

約束:
最小長度 = 1 (必要)

ListSelector

名字 描述 價值
目標 目標參考清單。 TargetReference[] (必要)
類型 選取器類型的列舉。 'List' (必要)

Microsoft.Chaos/experiments

名字 描述 價值
apiVersion API 版本 '2024-03-22-preview'
身份 實驗資源的身分識別。 ExperimentIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最小長度 = 1
模式 = ^[^<>%&:?#/\\]+$ (必要)
性能 實驗資源的屬性。 ExperimentProperties (必要)
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.Chaos/experiments'

QuerySelector

名字 描述 價值
queryString 目標資源的 Azure Resource Graph (ARG) 查詢語言查詢。 字串 (必要)
subscriptionIds 範圍資源查詢的訂用帳戶標識碼清單。 string[] (必要)
類型 選取器類型的列舉。 'Query' (必要)

選擇器

名字 描述 價值
濾波器 模型,表示可套用至目標清單的可用篩選類型。 篩選
id 選取器識別碼的字串。 字串

約束:
最小長度 = 1 (必要)
類型 將 類型設定為 'List',ListSelector。 針對 querySelector 類型 設定為 'Query', 'List'
'Query' (必要)

SimpleFilter

名字 描述 價值
參數 代表簡單篩選參數的模型。 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/實驗資源,請將下列 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"
}

篩選物件

設定 類型 屬性,以指定物件的類型。

針對 Simple,請使用:

{
  parameters = {
    zones = [
      "string"
    ]
  }
  type = "Simple"
}

選取器物件

設定 類型 屬性,以指定物件的類型。

針對 List,請使用:

{
  targets = [
    {
      id = "string"
      type = "string"
    }
  ]
  type = "List"
}

針對 查詢,請使用:

{
  queryString = "string"
  subscriptionIds = [
    "string"
  ]
  type = "Query"
}

屬性值

行動

名字 描述 價值
名字 表示功能 URN 的字串。 字串

約束:
最大長度 = (必要)
類型 將 類型設定為 'continuous',ContinuousAction。 針對 delayAction 類型設定為 'delay' DelayAction。 設定為 'discrete' 類型 DiscreteAction 'continuous'
'delay'
'discrete' (必要)

分支

名字 描述 價值
行動 動作清單。 動作[] (必要)
名字 分支名稱的字串。 字串

約束:
最小長度 = 1 (必要)

ContinuousAction

名字 描述 價值
期間 ISO8601表示持續時間的格式化字串。 字串 (必要)
參數 索引鍵值組的清單。 KeyValuePair[] (必要)
selectorId 表示選取器的字串。 字串

約束:
最小長度 = 1 (必要)
類型 區分動作模型的列舉。 'continuous' (必要)

CustomerDataStorageProperties

名字 描述 價值
blobContainerName 要使用的 Azure Blob 記憶體容器名稱。 字串

約束:
最小長度 = 3
最大長度 = 3
Pattern = ^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$
storageAccountResourceId 要用於客戶數據記憶體之記憶體帳戶的 ARM 資源識別碼。 字串

DelayAction

名字 描述 價值
期間 ISO8601表示持續時間的格式化字串。 字串 (必要)
類型 區分動作模型的列舉。 'delay' (必要)

DiscreteAction

名字 描述 價值
參數 索引鍵值組的清單。 KeyValuePair[] (必要)
selectorId 表示選取器的字串。 字串

約束:
最小長度 = 1 (必要)
類型 區分動作模型的列舉。 'discrete' (必要)

ExperimentIdentity

名字 描述 價值
類型 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 UserAssignedIdentities

ExperimentProperties

名字 描述 價值
customerDataStorage 將儲存實驗架構的選擇性客戶自控記憶體帳戶。 CustomerDataStorageProperties
選擇 選取器清單。 選取器[] (必要)
步驟 步驟清單。 步驟[] (必要)

濾波器

名字 描述 價值
類型 針對 simpleFilter 類型設定為 'Simple', 'Simple' (必要)

KeyValuePair

名字 描述 價值
鑰匙 動作的設定名稱。 字串

約束:
最小長度 = 1 (必要)
價值 動作設定的值。 字串

約束:
最小長度 = 1 (必要)

ListSelector

名字 描述 價值
目標 目標參考清單。 TargetReference[] (必要)
類型 選取器類型的列舉。 'List' (必要)

Microsoft.Chaos/experiments

名字 描述 價值
身份 實驗資源的身分識別。 ExperimentIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最小長度 = 1
模式 = ^[^<>%&:?#/\\]+$ (必要)
性能 實驗資源的屬性。 ExperimentProperties (必要)
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.Chaos/experiments@2024-03-22-preview”

QuerySelector

名字 描述 價值
queryString 目標資源的 Azure Resource Graph (ARG) 查詢語言查詢。 字串 (必要)
subscriptionIds 範圍資源查詢的訂用帳戶標識碼清單。 string[] (必要)
類型 選取器類型的列舉。 'Query' (必要)

選擇器

名字 描述 價值
濾波器 模型,表示可套用至目標清單的可用篩選類型。 篩選
id 選取器識別碼的字串。 字串

約束:
最小長度 = 1 (必要)
類型 將 類型設定為 'List',ListSelector。 針對 querySelector 類型 設定為 'Query', 'List'
'Query' (必要)

SimpleFilter

名字 描述 價值
參數 代表簡單篩選參數的模型。 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

名字 描述 價值