Поделиться через


PatternBatchAddPatternsResponse type

Содержит данные ответа для операции batchAddPatterns.

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