PatternAddPatternResponse type
Contains response data for the addPattern operation.
type PatternAddPatternResponse = PatternRuleInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PatternRuleInfo
}
}