ServicesCreateOrUpdateResponse type
Enthält Antwortdaten für den CreateOrUpdate-Vorgang.
type ServicesCreateOrUpdateResponse = ServiceResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResource
}
}