ExamplesAddResponse type
Contains response data for the add operation.
type ExamplesAddResponse = LabelExampleResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: LabelExampleResponse
}
}
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Contains response data for the add operation.
type ExamplesAddResponse = LabelExampleResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: LabelExampleResponse
}
}