PatternDeletePatternResponse type   
Contains response data for the deletePattern operation.
type PatternDeletePatternResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}