ServicesCreateOrUpdateResponse type
Bevat antwoordgegevens voor de createOrUpdate-bewerking.
type ServicesCreateOrUpdateResponse = ServiceResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResource
}
}