ServicesCreateOrUpdateResponse type
Contient des données de réponse pour l’opération createOrUpdate.
type ServicesCreateOrUpdateResponse = ServiceResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResource
}
}