PatternBatchAddPatternsResponse type

包含 batchAddPatterns 作業的回應資料。

type PatternBatchAddPatternsResponse = PatternRuleInfo[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PatternRuleInfo[]
  }
}