ServicesCreateOrUpdateResponse type
Zawiera dane odpowiedzi dla operacji createOrUpdate.
type ServicesCreateOrUpdateResponse = ServiceResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResource
}
}