ServicesCreateOrUpdateResponse type
Innehåller svarsdata för åtgärden createOrUpdate.
type ServicesCreateOrUpdateResponse = ServiceResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResource
}
}