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