ServicesGetResponse type
Zawiera dane odpowiedzi dla operacji pobierania.
type ServicesGetResponse = DataMigrationService & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationService
}
}