ServicesCreateOrUpdateResponse type
Berisi data respons untuk operasi createOrUpdate.
type ServicesCreateOrUpdateResponse = ServiceResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResource
}
}