SolutionsBeginCreateOrUpdateResponse type
Contient des données de réponse pour l’opération beginCreateOrUpdate.
type SolutionsBeginCreateOrUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}