ServicesCreateOrUpdateResponse type
包含 createOrUpdate作的响应数据。
type ServicesCreateOrUpdateResponse = ServiceResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResource
}
}