ExamplesAddResponse type
A hozzáadási művelet válaszadatait tartalmazza.
type ExamplesAddResponse = LabelExampleResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: LabelExampleResponse
}
}